Index: test/mjsunit/regress/regress-5404.js |
diff --git a/test/mjsunit/regress/regress-5404.js b/test/mjsunit/regress/regress-5404.js |
index 652db4bdb5d57d159935f790d34709a6cf029f90..b776a73bd0447027bcaa46feb8646c1b6ef3f4fe 100644 |
--- a/test/mjsunit/regress/regress-5404.js |
+++ b/test/mjsunit/regress/regress-5404.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 foo(a, b) { |
return a + "0123456789012"; |