| Index: test/cctest/compiler/test-run-inlining.cc
|
| diff --git a/test/cctest/compiler/test-run-inlining.cc b/test/cctest/compiler/test-run-inlining.cc
|
| index 7f8ae256198d4a017d507ad25e262814f90a8ca3..9371a30e020fa4352b9ddb3f5d10382c9fde96ae 100644
|
| --- a/test/cctest/compiler/test-run-inlining.cc
|
| +++ b/test/cctest/compiler/test-run-inlining.cc
|
| @@ -6,8 +6,6 @@
|
|
|
| #include "test/cctest/compiler/function-tester.h"
|
|
|
| -#if V8_TURBOFAN_TARGET
|
| -
|
| using namespace v8::internal;
|
| using namespace v8::internal::compiler;
|
|
|
| @@ -574,5 +572,3 @@ TEST(InlineMutuallyRecursive) {
|
| InstallAssertInlineCountHelper(CcTest::isolate());
|
| T.CheckCall(T.Val(42), T.Val(1));
|
| }
|
| -
|
| -#endif // V8_TURBOFAN_TARGET
|
|
|