Index: test/mjsunit/declare-locally.js |
diff --git a/test/mjsunit/declare-locally.js b/test/mjsunit/declare-locally.js |
index 458ac7e9dcbbcb1bd3c9ead3b3eb94d56d75168c..20bfe6da1fe65bb2b7f4299cfd85e08d039e2a5c 100644 |
--- a/test/mjsunit/declare-locally.js |
+++ b/test/mjsunit/declare-locally.js |
@@ -33,6 +33,8 @@ |
// This exercises the code in runtime.cc in |
// DeclareGlobal...Locally(). |
+// Flags: --es52_globals |
+ |
this.__proto__.foo = 42; |
this.__proto__.bar = 87; |