fixed tests that were failing because of the last modifications
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user