Index: test/unittests/compiler/js-typed-lowering-unittest.cc |
diff --git a/test/unittests/compiler/js-typed-lowering-unittest.cc b/test/unittests/compiler/js-typed-lowering-unittest.cc |
index aa4d81c41dfd558be9c089ec3d799c7aca574d84..05ddf0b101326e74208609d9a85458322cfa065a 100644 |
--- a/test/unittests/compiler/js-typed-lowering-unittest.cc |
+++ b/test/unittests/compiler/js-typed-lowering-unittest.cc |
@@ -886,7 +886,7 @@ TEST_F(JSTypedLoweringTest, JSLoadNamedGlobalConstants) { |
// ----------------------------------------------------------------------------- |
// JSCreateClosure |
- |
+#if V8_TURBOFAN_TARGET |
TEST_F(JSTypedLoweringTest, JSCreateClosure) { |
Node* const context = UndefinedConstant(); |
Node* const effect = graph()->start(); |
@@ -953,6 +953,7 @@ TEST_F(JSTypedLoweringTest, JSCreateLiteralObject) { |
CodeFactory::FastCloneShallowObject(isolate(), 6).code())), |
input0, input1, input2, _, context, frame_state, effect, control)); |
} |
+#endif |
} // namespace compiler |
} // namespace internal |