mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 19:35:49 +00:00
Fixed #2437 AS1 P-code - do not group pushes automatically,
AS1 Direct editation - group pushes on FP5+, AS1 - use Constant pool only on FP5+
This commit is contained in:
@@ -171,8 +171,7 @@ public class ActionScript2CompilerTest extends ActionScript2TestBase {
|
||||
|
||||
@Test
|
||||
public void stopUndefined() {
|
||||
testCompilation("trace(stop());", "ConstantPool\n"
|
||||
+ "Stop\n"
|
||||
testCompilation("trace(stop());", "Stop\n"
|
||||
+ "Push undefined, undefined\n"
|
||||
+ "Trace");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user