updated tests

This commit is contained in:
Jindra Petk
2013-07-27 18:55:48 +02:00
parent 237009e8e8
commit a7fb465db4

View File

@@ -633,8 +633,7 @@ public class ActionScript2Test {
@Test
public void frame32_pushTest() {
compareSrc(32, "trace(\"pushTest\");\r\n"
+ "53;\r\n");
compareSrc(32, "trace(\"pushTest\");\r\n");
}
@Test