dissasemble_file output is needed for pytest

This commit is contained in:
rocky 2015-12-20 12:18:13 -05:00
parent 7880e0d7b1
commit ba5a6e790b

View File

@ -65,6 +65,8 @@ def disco(version, co, out=None):
scanner = get_scanner(version)
tokens, customize = scanner.disassemble(co)
for t in tokens:
print(t, file=real_out)
print(file=out)