Index: test/mjsunit/compiler/deopt-numberoroddball-binop.js |
diff --git a/test/mjsunit/compiler/deopt-numberoroddball-binop.js b/test/mjsunit/compiler/deopt-numberoroddball-binop.js |
index 51faef095204b95fd3173b16ba4a838c19eb502e..493d88a421483336f352c8d89b6f02af063b4f8b 100644 |
--- a/test/mjsunit/compiler/deopt-numberoroddball-binop.js |
+++ b/test/mjsunit/compiler/deopt-numberoroddball-binop.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(x, y) { return x << y; } |