Index: test/mjsunit/compiler/optimized-float32array-length.js |
diff --git a/test/mjsunit/compiler/optimized-float32array-length.js b/test/mjsunit/compiler/optimized-float32array-length.js |
index eed8922c07c8821f7355f0354ab9cb9dacba72e6..6fde8d6dafa744f0f5bf0b1b78aa76238a95bf78 100644 |
--- a/test/mjsunit/compiler/optimized-float32array-length.js |
+++ b/test/mjsunit/compiler/optimized-float32array-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 Float32Array(1); |
function len(a) { return a.length; } |