Index: test/mjsunit/compiler/osr-function-id.js |
diff --git a/test/mjsunit/compiler/osr-function-id.js b/test/mjsunit/compiler/osr-function-id.js |
index c506ae8282f3ff58a82476a0315379e6a423d56a..8761e8517e229a84f6df5278903b6aacb95153c3 100644 |
--- a/test/mjsunit/compiler/osr-function-id.js |
+++ b/test/mjsunit/compiler/osr-function-id.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 id(f) { return f; } |