diff --git a/tests/tests/swfs/avm1/function_base_clip_removed/output.txt b/tests/tests/swfs/avm1/function_base_clip_removed/output.txt index 15155c753..0cd88c05d 100644 --- a/tests/tests/swfs/avm1/function_base_clip_removed/output.txt +++ b/tests/tests/swfs/avm1/function_base_clip_removed/output.txt @@ -1,22 +1,26 @@ clip1.f(): this: _level0.clip1 -_root: _level0 base: /functionDefiner +_root: _level0 +_parent: _level0 clip2.obj.f(): this: [object Object] -_root: _level0 base: /functionDefiner +_root: _level0 +_parent: _level0 functionDefiner removed clip1.f(): this: _level0.clip1 -_root: _level0 base: /clip1 +_root: _level0 +_parent: _level0 clip2.obj.f(): this: [object Object] -_root: _level0 base: / +_root: _level0 +_parent: undefined diff --git a/tests/tests/swfs/avm1/function_base_clip_removed/test.fla b/tests/tests/swfs/avm1/function_base_clip_removed/test.fla index 9eead8068..2a36c3464 100644 Binary files a/tests/tests/swfs/avm1/function_base_clip_removed/test.fla and b/tests/tests/swfs/avm1/function_base_clip_removed/test.fla differ diff --git a/tests/tests/swfs/avm1/function_base_clip_removed/test.swf b/tests/tests/swfs/avm1/function_base_clip_removed/test.swf index 7343ba5cd..b00316a5f 100644 Binary files a/tests/tests/swfs/avm1/function_base_clip_removed/test.swf and b/tests/tests/swfs/avm1/function_base_clip_removed/test.swf differ