Fixed tests.
h3rald h3rald@h3rald.com
Mon, 23 Dec 2024 15:46:59 +0000
1 files changed,
3 insertions(+),
1 deletions(-)
jump to
M
scripts/test.hex
→
scripts/test.hex
@@ -137,7 +137,7 @@ ;64
(0x2 dup stack (0x2 0x2) ==) ;(clear stack () ==) - (0x1 0x2 swap pop stack (0x2) ==) + (0x1 0x2 swap pop pop pop stack (0x2) ==) ;68 (("aaa" "puts" :) (error) try "[symbol :] Failed to store symbol 'puts'" ==)@@ -229,6 +229,7 @@ ; --- Run tests
0x0 "_c" : (_c tests len <) ( + tests _c get test . _c 0x1 + "_c" : )@@ -245,6 +246,7 @@ "Errors:" warn
0x0 "_c" : (_c errors len <) ( + errors _c get warn _c 0x1 + "_c" : )