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