| Index: test/mjsunit/compiler/osr-regex-id.js
|
| diff --git a/test/mjsunit/compiler/osr-regex-id.js b/test/mjsunit/compiler/osr-regex-id.js
|
| index 7831b148408b63b9569aca7eb30085f62cfc9b28..e0b4dad1dcf458e16d75f2609151ac9e33119165 100644
|
| --- a/test/mjsunit/compiler/osr-regex-id.js
|
| +++ b/test/mjsunit/compiler/osr-regex-id.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
|
|
|
| function id(f) { return f; }
|
|
|
|
|