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, 1;
ASS "nop";
POP 1;
JUMP end;
fun:
PUSHVAR "None";
@@ -20,4 +18,6 @@ fun:
RETURN 1;
RETURN 0;
end:
ASS "nop";
POP 1;
EXIT;