| Index: test/mjsunit/compiler/optimized-int32array-length.js
|
| diff --git a/test/mjsunit/compiler/optimized-int32array-length.js b/test/mjsunit/compiler/optimized-int32array-length.js
|
| index 250d523cc9bc41be315835e88e514ed2579ee2db..cd1b7a775aa67d8e6b5a07e15d39ba7b5f8ce4bc 100644
|
| --- a/test/mjsunit/compiler/optimized-int32array-length.js
|
| +++ b/test/mjsunit/compiler/optimized-int32array-length.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
|
| +// Flags: --allow-natives-syntax --crankshaft
|
|
|
| var a = new Int32Array(1);
|
| function len(a) { return a.length; }
|
|
|