summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/declare-locally.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/mjsunit/declare-locally.js')
-rw-r--r--deps/v8/test/mjsunit/declare-locally.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/mjsunit/declare-locally.js b/deps/v8/test/mjsunit/declare-locally.js
index dca357b060..45d30e0947 100644
--- a/deps/v8/test/mjsunit/declare-locally.js
+++ b/deps/v8/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;