fixed tests that were failing because of the last modifications

This commit is contained in:
Francesco Cozzuto
2023-01-13 10:40:18 +01:00
parent 920b88c006
commit 2c7e0ae2ba
15 changed files with 29 additions and 29 deletions
+2 -2
View File
@@ -8,8 +8,6 @@
#bytecode
PUSHFUN fun, 2;
ASS "add";
POP 1;
JUMP end;
fun:
ASS "b";
@@ -22,4 +20,6 @@ fun:
RETURN 1;
RETURN 0;
end:
ASS "add";
POP 1;
EXIT;