| Index: test/mjsunit/compiler/osr-follow.js
|
| diff --git a/test/mjsunit/compiler/osr-follow.js b/test/mjsunit/compiler/osr-follow.js
|
| index b6a2e8e4be7227981e4a832325ead821e873a615..46581a8e5a8ba6905fb8dc15f657d0badb23d7aa 100644
|
| --- a/test/mjsunit/compiler/osr-follow.js
|
| +++ b/test/mjsunit/compiler/osr-follow.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(a) {
|
| var sum = 0;
|
|
|