Index: test/mjsunit/es6/proxies-accesschecks.js |
diff --git a/test/mjsunit/es6/proxies-accesschecks.js b/test/mjsunit/es6/proxies-accesschecks.js |
index f5b90dcb083d87b5ea722b0f98860219a08ca930..47dae0dbb50b9b0263ab7904519b4ee2ca322390 100644 |
--- a/test/mjsunit/es6/proxies-accesschecks.js |
+++ b/test/mjsunit/es6/proxies-accesschecks.js |
@@ -2,6 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+// Flags: --restricted-realms |
+ |
var realm = Realm.create(); |
this.__proto__ = new Proxy({}, { |