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
@@ -7,8 +7,6 @@
#bytecode
PUSHFUN nop, 1;
ASS "nop";
POP 1;
JUMP nop_end;
nop:
PUSHTYP;
@@ -24,4 +22,6 @@ not_none:
POP 1;
RETURN 0;
nop_end:
ASS "nop";
POP 1;
EXIT;