Remove incorrect comment from dis tests

This commit is contained in:
Nick Coghlan 2013-11-06 22:17:39 +10:00
parent 07155c9c14
commit 95887b7e5b
1 changed files with 0 additions and 1 deletions

View 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)