Index: test/cctest/test-compiler.cc |
diff --git a/test/cctest/test-compiler.cc b/test/cctest/test-compiler.cc |
index 065a58dad8a89eb639fdbfef2d3e55508beae240..2947658b59f5bd8d480654699f5ca80835d2d286 100644 |
--- a/test/cctest/test-compiler.cc |
+++ b/test/cctest/test-compiler.cc |
@@ -316,6 +316,7 @@ TEST(FeedbackVectorPreservedAcrossRecompiles) { |
if (i::FLAG_always_opt || !i::FLAG_crankshaft) return; |
i::FLAG_allow_natives_syntax = true; |
CcTest::InitializeVM(); |
+ if (!CcTest::i_isolate()->use_crankshaft()) return; |
v8::HandleScope scope(CcTest::isolate()); |
// Make sure function f has a call that uses a type feedback slot. |