Index: test/mjsunit/es7/object-observe.js |
diff --git a/test/mjsunit/es7/object-observe.js b/test/mjsunit/es7/object-observe.js |
index 920b1fac5f06e182d9049c48d7e94c9c199e1b53..7bb579f0c1462b6b33ff1bc6c3229067317f2845 100644 |
--- a/test/mjsunit/es7/object-observe.js |
+++ b/test/mjsunit/es7/object-observe.js |
@@ -1136,8 +1136,7 @@ var objects = [ |
// createProxy(Proxy.create, null), |
// createProxy(Proxy.createFunction, function(){}), |
]; |
-var properties = ["a", "1", 1, "length", "setPrototype", |
- "name", "caller", "prototype"]; |
+var properties = ["a", "1", 1, "length", "setPrototype", "name", "caller"]; |
// Cases that yield non-standard results. |
function blacklisted(obj, prop) { |