]> granicus.if.org Git - python/commitdiff
Remove incorrect comment from dis tests
authorNick Coghlan <ncoghlan@gmail.com>
Wed, 6 Nov 2013 12:17:39 +0000 (22:17 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Wed, 6 Nov 2013 12:17:39 +0000 (22:17 +1000)
Lib/test/test_dis.py

index efc82f1aee3f00279002d9f542854982bb4f8977..2b546785a1116b4bc92053bfaeb64b1659249863 100644 (file)
@@ -285,7 +285,6 @@ class DisWithFileTests(DisTests):
 
     # Run the tests again, using the file arg instead of print
     def get_disassembly(self, func, lasti=-1, wrapper=True):
-        # We want to test the default printing behaviour, not the file arg
         output = io.StringIO()
         if wrapper:
             dis.dis(func, file=output)