Index: test/mjsunit/harmony/private.js |
diff --git a/test/mjsunit/harmony/private.js b/test/mjsunit/harmony/private.js |
index d44ff33aca446eff4226fa773a6eb0d4f321fd51..71b4377c57d84ec026e31229432cac123121dd16 100644 |
--- a/test/mjsunit/harmony/private.js |
+++ b/test/mjsunit/harmony/private.js |
@@ -295,7 +295,7 @@ function TestKeyDelete(obj) { |
} |
-var objs = [{}, [], Object.create(null), Object(1), new Map, function(){}] |
+var objs = [{}, [], Object.create({}), Object(1), new Map, function(){}] |
for (var i in objs) { |
var obj = objs[i] |