Actually enable the `isPrototypeOf` test.

This commit is contained in:
David Wendt 2020-03-06 15:33:04 -05:00
parent c6265bb50c
commit 8677804ea0
2 changed files with 1 additions and 1 deletions

View File

@ -240,6 +240,7 @@ swf_tests! {
(as3_control_flow_stricteq, "avm2/control_flow_stricteq", 1),
(as3_object_enumeration, "avm2/object_enumeration", 1),
(as3_class_enumeration, "avm2/class_enumeration", 1),
(as3_is_prototype_of, "avm2/is_prototype_of", 1),
}
// TODO: These tests have some inaccuracies currently, so we use approx_eq to test that numeric values are close enough.

View File

@ -1,4 +1,3 @@
//ES4Class.prototype.isPrototypeOf(es4inst);
true
//Object.prototype.isPrototypeOf(es4inst);