| Index: test/mjsunit/harmony/proxies.js
|
| diff --git a/test/mjsunit/harmony/proxies.js b/test/mjsunit/harmony/proxies.js
|
| index ad8d86a5dd26acf26629f0d4ef2a1a72deb1a635..3d17e9f4b8779e34b41be79e127af27b2dbfb90f 100644
|
| --- a/test/mjsunit/harmony/proxies.js
|
| +++ b/test/mjsunit/harmony/proxies.js
|
| @@ -1468,7 +1468,7 @@ function TestPrototype() {
|
| var p1 = Proxy.create({})
|
| var p2 = Proxy.create({}, o1)
|
| var p3 = Proxy.create({}, p2)
|
| - var p4 = Proxy.create({}, 666)
|
| + var p4 = Proxy.create({}, null)
|
| var o2 = Object.create(p3)
|
|
|
| assertSame(Object.getPrototypeOf(o1), Object.prototype)
|
|
|