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