| Index: test/mjsunit/compiler/osr-function.js
|
| diff --git a/test/mjsunit/compiler/osr-function.js b/test/mjsunit/compiler/osr-function.js
|
| index 06d137b62c566058c3b9552d38bd4dcccccc48d6..cee7e9d3d00276620e058fa71f9e845bad62591b 100644
|
| --- a/test/mjsunit/compiler/osr-function.js
|
| +++ b/test/mjsunit/compiler/osr-function.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 foo() {
|
| var sum = 0;
|
|
|