Index: test/mjsunit/compiler/opt-next-call-turbo.js |
diff --git a/test/mjsunit/compiler/opt-next-call-turbo.js b/test/mjsunit/compiler/opt-next-call-turbo.js |
index d4beff9f6e6f0830713a0ee374671296b8f1b2d2..39f29c9e5cc6eb867e02ae6e735bdca00103b948 100644 |
--- a/test/mjsunit/compiler/opt-next-call-turbo.js |
+++ b/test/mjsunit/compiler/opt-next-call-turbo.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 --turbo-filter=* |
+// Flags: --allow-natives-syntax --crankshaft --turbo-filter=* |
function foo() { |
with ({ value:"fooed" }) { return value; } |