mirror of https://github.com/Nonannet/copapy.git
tests updated
This commit is contained in:
parent
ddbbf59368
commit
889716642b
|
|
@ -18,7 +18,6 @@ def test_compile():
|
||||||
|
|
||||||
# run program command
|
# run program command
|
||||||
il.write_com(binwrite.Command.RUN_PROG)
|
il.write_com(binwrite.Command.RUN_PROG)
|
||||||
il.write_int(0)
|
|
||||||
|
|
||||||
il.write_com(binwrite.Command.READ_DATA)
|
il.write_com(binwrite.Command.READ_DATA)
|
||||||
il.write_int(0)
|
il.write_int(0)
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,6 @@ def test_compile():
|
||||||
|
|
||||||
# run program command
|
# run program command
|
||||||
dw.write_com(binwrite.Command.RUN_PROG)
|
dw.write_com(binwrite.Command.RUN_PROG)
|
||||||
dw.write_int(0)
|
|
||||||
|
|
||||||
dw.write_com(binwrite.Command.READ_DATA)
|
dw.write_com(binwrite.Command.READ_DATA)
|
||||||
dw.write_int(0)
|
dw.write_int(0)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue