Index: test/mjsunit/field-type-tracking.js |
diff --git a/test/mjsunit/field-type-tracking.js b/test/mjsunit/field-type-tracking.js |
index b4901f34c34e706877316b65242dcfbaf75192d4..447ec1590e9e2019a823bace97fca8c783e875ed 100644 |
--- a/test/mjsunit/field-type-tracking.js |
+++ b/test/mjsunit/field-type-tracking.js |
@@ -3,6 +3,7 @@ |
// found in the LICENSE file. |
// Flags: --allow-natives-syntax --nostress-opt --track-field-types |
+// Flags: --crankshaft --no-always-opt |
(function() { |
var o = { text: "Hello World!" }; |