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

Unified Diff: test/mjsunit/es6/regexp-tolength.js

Issue 1433473003: Ship Harmony ToLength (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix Mozilla test Created 5 years, 1 month 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
Index: test/mjsunit/es6/regexp-tolength.js
diff --git a/test/mjsunit/harmony/regexp-tolength.js b/test/mjsunit/es6/regexp-tolength.js
similarity index 92%
rename from test/mjsunit/harmony/regexp-tolength.js
rename to test/mjsunit/es6/regexp-tolength.js
index d9e967ba27dcbb3a1ee0f9a096b8cf6870c21d63..f7cfe928af8caa9a7194d08f001ab1b55b04ec17 100644
--- a/test/mjsunit/harmony/regexp-tolength.js
+++ b/test/mjsunit/es6/regexp-tolength.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-tolength
-
'use strict';
let regexp = /x/g;

Powered by Google App Engine
This is Rietveld 408576698