diff --git a/trunk/test/com/jpexs/decompiler/flash/ActionScript2Test.java b/trunk/test/com/jpexs/decompiler/flash/ActionScript2Test.java index 332a2b201..5ea98cb2b 100644 --- a/trunk/test/com/jpexs/decompiler/flash/ActionScript2Test.java +++ b/trunk/test/com/jpexs/decompiler/flash/ActionScript2Test.java @@ -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