summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/compiler/dont-flush-code-marked-for-opt.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/mjsunit/compiler/dont-flush-code-marked-for-opt.js')
-rw-r--r--deps/v8/test/mjsunit/compiler/dont-flush-code-marked-for-opt.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/test/mjsunit/compiler/dont-flush-code-marked-for-opt.js b/deps/v8/test/mjsunit/compiler/dont-flush-code-marked-for-opt.js
index 582f5940b5..1cfc0cfe10 100644
--- a/deps/v8/test/mjsunit/compiler/dont-flush-code-marked-for-opt.js
+++ b/deps/v8/test/mjsunit/compiler/dont-flush-code-marked-for-opt.js
@@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --opt --allow-natives-syntax --expose-gc --stress-flush-bytecode
+// Flags: --opt --allow-natives-syntax --expose-gc --flush-bytecode
+// Flags: --stress-flush-bytecode
function foo(a) {}