fixed tests that were failing because of the last modifications
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
#bytecode
|
||||
|
||||
PUSHFUN fun, 1;
|
||||
ASS "nop";
|
||||
POP 1;
|
||||
JUMP end;
|
||||
fun:
|
||||
ASS "a";
|
||||
@@ -18,4 +16,6 @@ fun:
|
||||
RETURN 1;
|
||||
RETURN 0;
|
||||
end:
|
||||
ASS "nop";
|
||||
POP 1;
|
||||
EXIT;
|
||||
Reference in New Issue
Block a user