Index: test/mjsunit/harmony/proxies.js |
diff --git a/test/mjsunit/harmony/proxies.js b/test/mjsunit/harmony/proxies.js |
index 04fc76949e4200a01425368e0e30f20abd5508a1..f68e3bd157c697a35189c2da751006ff6961948c 100644 |
--- a/test/mjsunit/harmony/proxies.js |
+++ b/test/mjsunit/harmony/proxies.js |
@@ -2294,7 +2294,6 @@ function TestConstructorWithProxyPrototype2(create, handler) { |
C.prototype = create(handler); |
var o = new C; |
- assertSame(C.prototype, o.__proto__); |
assertSame(C.prototype, Object.getPrototypeOf(o)); |
} |