8136832: property_delete.js tests be moved out from currently-failing

Reviewed-by: attila, lagergren, hannesw
This commit is contained in:
Athijegannathan Sundararajan 2015-09-22 12:57:15 +05:30
parent 008b5c0ad9
commit e8aef5c7c8

View File

@ -45,4 +45,4 @@ function deleteX(obj) {
deleteX(obj1);
deleteX(obj2);
assertSameMap(obj1, obj2);
assertEqualWithoutTypeMap(obj1, obj2);