Remove incorrect comment from dis tests
This commit is contained in:
parent
07155c9c14
commit
95887b7e5b
|
@ -285,7 +285,6 @@ class DisWithFileTests(DisTests):
|
||||||
|
|
||||||
# Run the tests again, using the file arg instead of print
|
# Run the tests again, using the file arg instead of print
|
||||||
def get_disassembly(self, func, lasti=-1, wrapper=True):
|
def get_disassembly(self, func, lasti=-1, wrapper=True):
|
||||||
# We want to test the default printing behaviour, not the file arg
|
|
||||||
output = io.StringIO()
|
output = io.StringIO()
|
||||||
if wrapper:
|
if wrapper:
|
||||||
dis.dis(func, file=output)
|
dis.dis(func, file=output)
|
||||||
|
|
Loading…
Reference in New Issue