diff --git a/trunk/test/com/jpexs/decompiler/flash/ActionScript2Test.java b/trunk/test/com/jpexs/decompiler/flash/ActionScript2Test.java index 2397c7ed0..f1fbe9090 100644 --- a/trunk/test/com/jpexs/decompiler/flash/ActionScript2Test.java +++ b/trunk/test/com/jpexs/decompiler/flash/ActionScript2Test.java @@ -432,7 +432,7 @@ public class ActionScript2Test { + "var i=0;\r\n" + "for(;i<5;i++)\r\n" + "{\r\n" - + "if(i!=7)\r\n" + + "if(i==7)\r\n" + "{\r\n" + "}\r\n" + "}\r\n");