| Index: test/mjsunit/compiler/osr-labeled.js
|
| diff --git a/test/mjsunit/compiler/osr-labeled.js b/test/mjsunit/compiler/osr-labeled.js
|
| index 1a9709285e5be423b9be287088a077a0d461f10b..1384e9a715b236354f6eb03226ab6cfdb5cd039c 100644
|
| --- a/test/mjsunit/compiler/osr-labeled.js
|
| +++ b/test/mjsunit/compiler/osr-labeled.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 foo() {
|
| var sum = 0;
|
|
|