| Index: test/mjsunit/compiler/deopt-string-outofbounds.js
|
| diff --git a/test/mjsunit/compiler/deopt-string-outofbounds.js b/test/mjsunit/compiler/deopt-string-outofbounds.js
|
| index fe79aa73e3821178f3596d87a9f20ab775647510..2a9f6a1c38479cb3760cf9660d57a9ff18c44559 100644
|
| --- a/test/mjsunit/compiler/deopt-string-outofbounds.js
|
| +++ b/test/mjsunit/compiler/deopt-string-outofbounds.js
|
| @@ -2,9 +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 --no-always-opt
|
| -
|
| -assertFalse(isAlwaysOptimize());
|
| +// Flags: --allow-natives-syntax
|
|
|
| var s = "12345";
|
|
|
|
|