| Index: test/mjsunit/compiler/osr-forin.js
|
| diff --git a/test/mjsunit/compiler/osr-forin.js b/test/mjsunit/compiler/osr-forin.js
|
| index 37e5f22622eee49c18dabcd56aa83f0a75ccf3b5..c02c535f80fdfa040b964ccbeef0e716cccec665 100644
|
| --- a/test/mjsunit/compiler/osr-forin.js
|
| +++ b/test/mjsunit/compiler/osr-forin.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: --allow-natives-syntax --use-osr --turbo-osr
|
| +// Flags: --use-osr --turbo-osr
|
|
|
| function f(a) {
|
| var sum = 0;
|
|
|