Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(986)

Unified Diff: test/mjsunit/declare-locally.js

Issue 1219723002: Ensure mjsunit tests use dashes not underscores in flags directives. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove commented code om patch set 1. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/mjsunit/elements-kind.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/declare-locally.js
diff --git a/test/mjsunit/declare-locally.js b/test/mjsunit/declare-locally.js
index 20bfe6da1fe65bb2b7f4299cfd85e08d039e2a5c..dca357b060932586c4c7fd190a91592aa8819594 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: --es52-globals
this.__proto__.foo = 42;
this.__proto__.bar = 87;
« no previous file with comments | « no previous file | test/mjsunit/elements-kind.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698