| Index: test/mjsunit/compiler/osr-for-let.js
|
| diff --git a/test/mjsunit/compiler/osr-for-let.js b/test/mjsunit/compiler/osr-for-let.js
|
| index 4b2fa3e53218df806318e84e15b3a557b621a853..b8cef780b592cb2bb615151b37e968b8ad3cb01f 100644
|
| --- a/test/mjsunit/compiler/osr-for-let.js
|
| +++ b/test/mjsunit/compiler/osr-for-let.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: --allow-natives-syntax --use-osr
|
|
|
| "use strict";
|
|
|
|
|