Index: test/mjsunit/harmony/proxies.js |
diff --git a/test/mjsunit/harmony/proxies.js b/test/mjsunit/harmony/proxies.js |
index 00e605f8d2d80bbab152d9ee8dafe88be6c5effb..b082c066969f0f5f0d6c982f8ac9affb64dbaa6a 100644 |
--- a/test/mjsunit/harmony/proxies.js |
+++ b/test/mjsunit/harmony/proxies.js |
@@ -1807,7 +1807,7 @@ TestKeysThrow({ |
}, |
}) |
-TestKeysThrow([], { |
+TestKeysThrow({ |
get getOwnPropertyNames() { |
return function() { return [1, 2] } |
}, |