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

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

Issue 1838563003: Remove --harmony-regexps flag (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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/mjsunit/es6/regexp-flags.js ('k') | test/mjsunit/harmony/regexp-flags.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es6/regexp-sticky.js
diff --git a/test/mjsunit/harmony/regexp-sticky.js b/test/mjsunit/es6/regexp-sticky.js
similarity index 99%
rename from test/mjsunit/harmony/regexp-sticky.js
rename to test/mjsunit/es6/regexp-sticky.js
index 971adb7fed739f73372d6c2cf49bc4954fda358d..c0633f9173eb645a71b1718fbae6dabc1b7af9ab 100644
--- a/test/mjsunit/harmony/regexp-sticky.js
+++ b/test/mjsunit/es6/regexp-sticky.js
@@ -25,8 +25,6 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-// Flags: --harmony-regexps
-
var re = /foo.bar/;
assertTrue(!!"foo*bar".match(re));
« no previous file with comments | « test/mjsunit/es6/regexp-flags.js ('k') | test/mjsunit/harmony/regexp-flags.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698