Index: test/mjsunit/compiler/optimized-uint32array-length.js |
diff --git a/test/mjsunit/compiler/optimized-uint32array-length.js b/test/mjsunit/compiler/optimized-uint32array-length.js |
index d389370a4fcc3184cb9c41ae9bd9ad8ebe287831..fe56e68cb55b824cd9365b3d161bd0e0914758c5 100644 |
--- a/test/mjsunit/compiler/optimized-uint32array-length.js |
+++ b/test/mjsunit/compiler/optimized-uint32array-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 Uint32Array(1); |
function len(a) { return a.length; } |