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

Unified Diff: test/mjsunit/es6/string-raw.js

Issue 1027593005: [es6] remove --harmony-templates flag (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove extra references to harmony-templates stuff Created 5 years, 9 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 | « test/js-perf-test/JSTests.json ('k') | test/mjsunit/es6/templates.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es6/string-raw.js
diff --git a/test/mjsunit/harmony/string-raw.js b/test/mjsunit/es6/string-raw.js
similarity index 99%
rename from test/mjsunit/harmony/string-raw.js
rename to test/mjsunit/es6/string-raw.js
index 28e2af916415d1d90d843df73959290947f0e40b..7a7f4c2a40ade49a98b7b0ad57b73012397704bf 100644
--- a/test/mjsunit/harmony/string-raw.js
+++ b/test/mjsunit/es6/string-raw.js
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-templates
-
(function testStringRawArity() {
assertEquals(1, String.raw.length);
})();
« no previous file with comments | « test/js-perf-test/JSTests.json ('k') | test/mjsunit/es6/templates.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698