Index: test/mjsunit/compiler/osr-backedges1.js |
diff --git a/test/mjsunit/compiler/osr-backedges1.js b/test/mjsunit/compiler/osr-backedges1.js |
index d415f4a107053af682516ea93238a07016249fa2..18a7e0469e6d0a909761c83a458641f7ebe2134b 100644 |
--- a/test/mjsunit/compiler/osr-backedges1.js |
+++ b/test/mjsunit/compiler/osr-backedges1.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 --use-osr --turbo-osr |
+// Flags: --allow-natives-syntax --use-osr |
function foo(a) { |
var i = a | 0; |