still not working :) have a nice evening everyone

This commit is contained in:
2022-02-21 18:47:10 +01:00
parent 6dd5df58a1
commit 424db9541e
2 changed files with 10 additions and 3 deletions

View File

@@ -1,6 +1,10 @@
system "echo 'reset complete'"
system "echo '0'"
set-bool-array "t.in" 15 0
system "echo '1'"
cycle
mode run
assert t.out 0
@@ -9,13 +13,16 @@ set-bool-array "t.in" 15 1
cycle
assert t.out 1
system "echo '2'"
set-bool-array "t.in" 15 0
cycle
assert t.out 0
system "echo '3'"
set-bool-array "t.in" 15 15
cycle
assert t.out 1
system "echo '4'"