Enable recursive_prototypes test as it now passes

This commit is contained in:
Nathan Adams 2019-11-27 20:31:33 +01:00
parent 2c87888e28
commit b43436bdd2
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ swf_tests! {
(register_underflow, "avm1/register_underflow", 1),
(object_prototypes, "avm1/object_prototypes", 1),
(movieclip_prototype_extension, "avm1/movieclip_prototype_extension", 1),
#[ignore] (recursive_prototypes, "avm1/recursive_prototypes", 1),
(recursive_prototypes, "avm1/recursive_prototypes", 1),
}
/// Loads an SWF and runs it through the Ruffle core for a number of frames.