nashorn/test/script/maptests/property_add.js
changeset 24719 f726e9d67629
parent 23075 0e9484b12766
child 24778 2ff5d7041566
--- a/nashorn/test/script/maptests/property_add.js	Tue Feb 25 18:56:10 2014 +0530
+++ b/nashorn/test/script/maptests/property_add.js	Wed Feb 26 13:17:57 2014 +0100
@@ -43,4 +43,4 @@
 addX(obj1, 3);
 addX(obj2, 'hello');
 
-assertSameMap(obj1, obj2);
+assertEqualWithoutTypeMap(obj1, obj2);