Index: test/mjsunit/ignition/osr-from-bytecode.js |
diff --git a/test/mjsunit/ignition/osr-from-bytecode.js b/test/mjsunit/ignition/osr-from-bytecode.js |
index d4f40bad796783d080e0d01c5928b88fdf240518..8f9c1be3afc0f84d7770fe7223acccebfa8f3381 100644 |
--- a/test/mjsunit/ignition/osr-from-bytecode.js |
+++ b/test/mjsunit/ignition/osr-from-bytecode.js |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// Flags: --allow-natives-syntax --ignition --ignition-osr --turbo-from-bytecode |
+// Flags: --allow-natives-syntax --ignition --ignition-osr |
function f() { |
for (var i = 0; i < 10; i++) { |