| Index: test/mjsunit/compiler/optimized-float64array-length.js
|
| diff --git a/test/mjsunit/compiler/optimized-float64array-length.js b/test/mjsunit/compiler/optimized-float64array-length.js
|
| index f6a3d77677f96ecd97b9ada53eaff6244aee8944..13a7539054c63d1fa7d409d1ce7f3bec87e22059 100644
|
| --- a/test/mjsunit/compiler/optimized-float64array-length.js
|
| +++ b/test/mjsunit/compiler/optimized-float64array-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 Float64Array(1);
|
| function len(a) { return a.length; }
|
|
|