Index: test/mjsunit/regress/regress-crbug-587068.js |
diff --git a/test/mjsunit/regress/regress-crbug-587068.js b/test/mjsunit/regress/regress-crbug-587068.js |
index 4cdd3ffbdb88ada04ae4c3f47874f0afdc8ad86c..4af8110497dd304ee9bdd608b5742d32f461b4fc 100644 |
--- a/test/mjsunit/regress/regress-crbug-587068.js |
+++ b/test/mjsunit/regress/regress-crbug-587068.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 |
// The Crankshaft fast case for String.fromCharCode used to unconditionally |
// deoptimize on non int32 indices. |