Index: test/mjsunit/array-shift4.js |
diff --git a/test/mjsunit/array-shift4.js b/test/mjsunit/array-shift4.js |
index 669b11a05436431d8b21c4a6dfbae948d912245c..aa0c546233da642d07945b551efb2a293c1c78f4 100644 |
--- a/test/mjsunit/array-shift4.js |
+++ b/test/mjsunit/array-shift4.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 |
// Inlining shift with holey smi arrays shouldn't deopt just because it |
// encounters the hole on the copy step. |