Tests fix

This commit is contained in:
Jindra Petřík
2022-12-20 10:58:01 +01:00
parent 7bb8061e20
commit 02081f2d9e

View File

@@ -496,11 +496,8 @@ public class ActionScript2Test extends ActionScript2TestBase {
+ "{\r\n"
+ "throw new Error();\r\n"
+ "}\r\n"
+ "else\r\n"
+ "{\r\n"
+ "_loc1_ = 7;\r\n"
+ "}\r\n"
+ "}\r\n"
+ "catch(e)\r\n"
+ "{\r\n"
+ "trace(\"error\");\r\n"
@@ -1890,11 +1887,8 @@ public class ActionScript2Test extends ActionScript2TestBase {
+ "{\r\n"
+ "throw e;\r\n"
+ "}\r\n"
+ "else\r\n"
+ "{\r\n"
+ "trace(\"err:\" + e);\r\n"
+ "}\r\n"
+ "}\r\n"
+ "try\r\n"
+ "{\r\n"
+ "a /= 0;\r\n"