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 fc42404485cc6f7231ca7d58453c46cd28aad519..7f4bd7316036305f9c127a9939b03fc65146be03 100644 |
--- a/test/unittests/compiler/js-typed-lowering-unittest.cc |
+++ b/test/unittests/compiler/js-typed-lowering-unittest.cc |
@@ -1056,7 +1056,6 @@ TEST_F(JSTypedLoweringTest, JSCreateLiteralObject) { |
TEST_F(JSTypedLoweringTest, JSCreateFunctionContextViaInlinedAllocation) { |
- if (!FLAG_turbo_allocate) return; |
Node* const closure = Parameter(Type::Any()); |
Node* const context = Parameter(Type::Any()); |
Node* const effect = graph()->start(); |
@@ -1094,7 +1093,6 @@ TEST_F(JSTypedLoweringTest, JSCreateFunctionContextViaStub) { |
TEST_F(JSTypedLoweringTest, JSCreateWithContext) { |
- if (!FLAG_turbo_allocate) return; |
Node* const object = Parameter(Type::Receiver()); |
Node* const closure = Parameter(Type::Any()); |
Node* const context = Parameter(Type::Any()); |