Fixed and+dowhile on ASC2 - precontinue can use stack.

This commit is contained in:
Jindra Petřík
2021-02-01 06:30:11 +01:00
parent d6cdd54a94
commit d03c64d43d
17 changed files with 60 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ public class ActionScript3ClassTest extends ActionScript3DecompileTestBase {
@BeforeClass
public void init() throws IOException, InterruptedException {
addSwf("standard", "testdata/flashdevelop/bin/flashdevelop.swf");
addSwf("standard", "testdata/flashdevelop/bin/Main.flex.swf");
}
private void decompileScriptPack(String path, String expectedResult) {