Index: test/mjsunit/compiler/osr-function-id2.js |
diff --git a/test/mjsunit/compiler/osr-function-id2.js b/test/mjsunit/compiler/osr-function-id2.js |
index 561c62e1bca3dabe8f1404b8827384837a326b64..e25ec314808f2fca23ed41e685733fa5934eef09 100644 |
--- a/test/mjsunit/compiler/osr-function-id2.js |
+++ b/test/mjsunit/compiler/osr-function-id2.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; } |