diff --git a/tests/test_compile.py b/tests/test_compile.py index a44e104..ecd3630 100644 --- a/tests/test_compile.py +++ b/tests/test_compile.py @@ -58,8 +58,8 @@ def test_compile(): # run program command il.write_com(binwrite.Command.RUN_PROG) - for net in ret: - copapy.add_read_command(il, variables, net) + #for net in ret: + # copapy.add_read_command(il, variables, net) il.write_com(binwrite.Command.END_COM)