| Index: test/mjsunit/compiler/osr-literals.js
|
| diff --git a/test/mjsunit/compiler/osr-literals.js b/test/mjsunit/compiler/osr-literals.js
|
| index d9f68a0b374b4aee08e365ab03db0a9b023c8f65..f2051dced7dcda210a78df2eecd95fc15eb5d781 100644
|
| --- a/test/mjsunit/compiler/osr-literals.js
|
| +++ b/test/mjsunit/compiler/osr-literals.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 mod() {
|
| function f0() {
|
|
|