Index: test/mjsunit/compiler/osr-forin.js |
diff --git a/test/mjsunit/compiler/osr-forin.js b/test/mjsunit/compiler/osr-forin.js |
index 8d1678224c60304cb216ef2265fb9d61d15a8c0c..b45d200d1bf74742e4e0db298dd9e82af7f99684 100644 |
--- a/test/mjsunit/compiler/osr-forin.js |
+++ b/test/mjsunit/compiler/osr-forin.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: --use-osr --turbo-osr |
+// Flags: --use-osr |
function f(a) { |
var sum = 0; |