Ignore extends_chain, that's NYI

This commit is contained in:
Nathan Adams 2019-11-27 21:11:03 +01:00
parent 57d8469e3b
commit fdbd16a5d9
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ swf_tests! {
(movieclip_prototype_extension, "avm1/movieclip_prototype_extension", 1),
(recursive_prototypes, "avm1/recursive_prototypes", 1),
(has_own_property, "avm1/has_own_property", 1),
(extends_chain, "avm1/extends_chain", 1),
#[ignore] (extends_chain, "avm1/extends_chain", 1),
(is_prototype_of, "avm1/is_prototype_of", 1),
}