| Index: test/mjsunit/compiler/osr-multiple.js
|
| diff --git a/test/mjsunit/compiler/osr-multiple.js b/test/mjsunit/compiler/osr-multiple.js
|
| index c318645d329fe26fe308543971c36a572d021728..72fff8546c8c17bc8c13cddc7f89f6b4d17d364e 100644
|
| --- a/test/mjsunit/compiler/osr-multiple.js
|
| +++ b/test/mjsunit/compiler/osr-multiple.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 f1(a,b,c) {
|
| var x = 0;
|
|
|