| Index: test/mjsunit/compiler/osr-forin-nested.js
|
| diff --git a/test/mjsunit/compiler/osr-forin-nested.js b/test/mjsunit/compiler/osr-forin-nested.js
|
| index ad55b30bd883a13d148b8572031177fb0fa7ec4e..dd810897e03730cd7b71fa1bfec996bc42eba374 100644
|
| --- a/test/mjsunit/compiler/osr-forin-nested.js
|
| +++ b/test/mjsunit/compiler/osr-forin-nested.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: --turbo-osr --allow-natives-syntax
|
| +// Flags: --allow-natives-syntax
|
|
|
| function test(e, f, v) {
|
| assertEquals(e, f(v));
|
|
|