| Index: test/mjsunit/compiler/osr-forof.js
|
| diff --git a/test/mjsunit/compiler/osr-forof.js b/test/mjsunit/compiler/osr-forof.js
|
| index 36bff09c58eb814e986906494771d8c45dffcfd9..ce7b24de132bd3b381ba4bcdf691ad7da0c206af 100644
|
| --- a/test/mjsunit/compiler/osr-forof.js
|
| +++ b/test/mjsunit/compiler/osr-forof.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 f(a) {
|
| var sum = 0;
|
|
|