Index: test/mjsunit/regress/regress-5802.js |
diff --git a/test/mjsunit/regress/regress-5802.js b/test/mjsunit/regress/regress-5802.js |
index 6a84c09851f4998d9e79e046969a8eaacb857c4b..b7146fb64ebf3de3838c9faaee7cb6455fefd5ec 100644 |
--- a/test/mjsunit/regress/regress-5802.js |
+++ b/test/mjsunit/regress/regress-5802.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 eq(a, b) { return a == b; } |