| Index: test/mjsunit/compiler/osr-maze2.js
|
| diff --git a/test/mjsunit/compiler/osr-maze2.js b/test/mjsunit/compiler/osr-maze2.js
|
| index 96838a4c34fe26cc198174cf2a636f1233076ee0..1fc1cd2db1879b516abb0065f17a026442415f38 100644
|
| --- a/test/mjsunit/compiler/osr-maze2.js
|
| +++ b/test/mjsunit/compiler/osr-maze2.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-deoptimization
|
| +// Flags: --allow-natives-syntax --use-osr
|
|
|
| function bar() {
|
| var sum = 11;
|
|
|