Commit 95887b7e authored by Nick Coghlan's avatar Nick Coghlan

Remove incorrect comment from dis tests

parent 07155c9c
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment