summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/regress/regress-475705.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/mjsunit/regress/regress-475705.js')
-rw-r--r--deps/v8/test/mjsunit/regress/regress-475705.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/mjsunit/regress/regress-475705.js b/deps/v8/test/mjsunit/regress/regress-475705.js
index ff96e041b1..ec8416aed4 100644
--- a/deps/v8/test/mjsunit/regress/regress-475705.js
+++ b/deps/v8/test/mjsunit/regress/regress-475705.js
@@ -5,7 +5,7 @@
// Crankshaft changes the stack usage and messes up the binary search for the
// stack depth that causes a stack overflow. The issue only arises without
// regexp optimization, which can happen on pages that create a lot of regexps.
-// Flags: --nocrankshaft --noregexp-optimization
+// Flags: --noopt --noregexp-optimization
// Should not crash with a stack overflow in the regexp compiler, even when the
// JS has used most of the stack.