more removeaction tests

This commit is contained in:
honfika
2014-08-19 14:38:08 +02:00
parent 005d8544d4
commit 5130f3c2bb
2 changed files with 122 additions and 18 deletions
@@ -81,7 +81,7 @@ public class ActionIf extends Action {
}
public ActionIf(FlasmLexer lexer) throws IOException, ParseException {
super(0x9D, -1);
super(0x9D, 2);
identifier = lexIdentifier(lexer);
}