Index: test/mjsunit/declare-locally.js |
diff --git a/test/mjsunit/declare-locally.js b/test/mjsunit/declare-locally.js |
index dca357b060932586c4c7fd190a91592aa8819594..45d30e09476b4993a2124c57b2cadfa1190f8ed0 100644 |
--- a/test/mjsunit/declare-locally.js |
+++ b/test/mjsunit/declare-locally.js |
@@ -33,7 +33,7 @@ |
// This exercises the code in runtime.cc in |
// DeclareGlobal...Locally(). |
-// Flags: --es52-globals |
+// Flags: --legacy-const |
this.__proto__.foo = 42; |
this.__proto__.bar = 87; |