Index: test/mjsunit/compiler/inlined-array-pop-opt.js |
diff --git a/test/mjsunit/compiler/inlined-array-pop-opt.js b/test/mjsunit/compiler/inlined-array-pop-opt.js |
index c1301489e7a17e4deae5542ef17b109b58154865..8263fc2f37d718d063951274e9dd15dc3e787139 100644 |
--- a/test/mjsunit/compiler/inlined-array-pop-opt.js |
+++ b/test/mjsunit/compiler/inlined-array-pop-opt.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 |
(function() { |
function foo(a) { return a.pop(); } |