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

Unified Diff: test/mjsunit/harmony/regexp-dotall-disabled.js

Issue 2795693002: [regexp] Stage the dotall flag (Closed)
Patch Set: Rebase Created 3 years, 8 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 | « src/flag-definitions.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/harmony/regexp-dotall-disabled.js
diff --git a/test/mjsunit/harmony/regexp-dotall-disabled.js b/test/mjsunit/harmony/regexp-dotall-disabled.js
index 79429c8c7e51e0db3a8a3035ef9da185faccbfce..825d3842dc7daba3331511277eb1e20aec90617d 100644
--- a/test/mjsunit/harmony/regexp-dotall-disabled.js
+++ b/test/mjsunit/harmony/regexp-dotall-disabled.js
@@ -5,6 +5,8 @@
// This tests that RegExp dotall features are not enabled when
// --harmony-regexp-dotall is not passed.
+// Flags: --no-harmony-regexp-dotall
+
// Construction does not throw.
{
assertThrows("/./s", SyntaxError);
« no previous file with comments | « src/flag-definitions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698