| 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 2a9f6a1c38479cb3760cf9660d57a9ff18c44559..fe79aa73e3821178f3596d87a9f20ab775647510 100644
|
| --- a/test/mjsunit/compiler/deopt-string-outofbounds.js
|
| +++ b/test/mjsunit/compiler/deopt-string-outofbounds.js
|
| @@ -2,7 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --allow-natives-syntax
|
| +// Flags: --allow-natives-syntax --no-always-opt
|
| +
|
| +assertFalse(isAlwaysOptimize());
|
|
|
| var s = "12345";
|
|
|
|
|