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

Unified Diff: test/mjsunit/regexp-not-sticky-yet.js

Issue 1509733010: [es6] ship regexp sticky flag. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase and format Created 5 years 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/regexp-not-sticky-yet.js
diff --git a/test/mjsunit/regexp-not-sticky-yet.js b/test/mjsunit/regexp-not-sticky-yet.js
index 4186a63fefbe5fd95f7a9cb3e5157939c2a04d3e..2002509d1dc57d8e6133d6a7be01d4519ea22b9a 100644
--- a/test/mjsunit/regexp-not-sticky-yet.js
+++ b/test/mjsunit/regexp-not-sticky-yet.js
@@ -25,6 +25,7 @@
// (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: --no-harmony-regexps
// Test that sticky regexp support is not affecting V8 when the
// --harmony-regexps flag is not on.
« 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