From a76b8041061424d3fde0069c23396f2458a78ccb Mon Sep 17 00:00:00 2001 From: Nicolas Kruse Date: Tue, 14 Oct 2025 23:09:18 +0200 Subject: [PATCH] without read --- tests/test_compile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)