| Index: test/cctest/compiler/test-instruction-selector.cc
|
| diff --git a/test/cctest/compiler/test-instruction-selector.cc b/test/cctest/compiler/test-instruction-selector.cc
|
| index 4cab8758a13ca2155e113cb1be3acfd3e590867b..e59406426e8e9a189a86e61b06c04f8c982a6d7e 100644
|
| --- a/test/cctest/compiler/test-instruction-selector.cc
|
| +++ b/test/cctest/compiler/test-instruction-selector.cc
|
| @@ -7,7 +7,7 @@
|
| using namespace v8::internal;
|
| using namespace v8::internal::compiler;
|
|
|
| -#if V8_TURBOFAN_BACKEND
|
| +#if V8_TURBOFAN_TARGET
|
|
|
| TEST(InstructionSelectionReturnZero) {
|
| InstructionSelectorTester m;
|
| @@ -19,4 +19,4 @@ TEST(InstructionSelectionReturnZero) {
|
| CHECK_EQ(1, static_cast<int>(m.code[1]->InputCount()));
|
| }
|
|
|
| -#endif // !V8_TURBOFAN_BACKEND
|
| +#endif // !V8_TURBOFAN_TARGET
|
|
|