diff --git a/core/tests/swfs/avm1/funky_function_calls/output.txt b/core/tests/swfs/avm1/funky_function_calls/output.txt index 93a3e35c7..ef5be9f74 100644 --- a/core/tests/swfs/avm1/funky_function_calls/output.txt +++ b/core/tests/swfs/avm1/funky_function_calls/output.txt @@ -19,6 +19,10 @@ Is it the global object: false Argument 0: Apply w/ Root Argument 1: undefined false +Is it the global object: false +Argument 0: Apply w/ Primitive +Argument 1: undefined +false Is it the global object: true Argument 0: Call w/ Undefined Argument 1: undefined @@ -35,6 +39,10 @@ Is it the global object: false Argument 0: Call w/ Root Argument 1: 2 false +Is it the global object: false +Argument 0: Call w/ Primitive +Argument 1: undefined +false Is it the global object: true Argument 0: Fake arguments object Argument 1: 5 diff --git a/core/tests/swfs/avm1/funky_function_calls/test.fla b/core/tests/swfs/avm1/funky_function_calls/test.fla index 496c37cec..88481f43c 100644 Binary files a/core/tests/swfs/avm1/funky_function_calls/test.fla and b/core/tests/swfs/avm1/funky_function_calls/test.fla differ diff --git a/core/tests/swfs/avm1/funky_function_calls/test.swf b/core/tests/swfs/avm1/funky_function_calls/test.swf index 5bc8a5093..3818d1bdd 100644 Binary files a/core/tests/swfs/avm1/funky_function_calls/test.swf and b/core/tests/swfs/avm1/funky_function_calls/test.swf differ