Index: test/unittests/compiler/instruction-selector-unittest.h |
diff --git a/src/compiler/instruction-selector-unittest.h b/test/unittests/compiler/instruction-selector-unittest.h |
similarity index 96% |
rename from src/compiler/instruction-selector-unittest.h |
rename to test/unittests/compiler/instruction-selector-unittest.h |
index 3e7f63aa60ae8ef6beb6d4a9e14951bea9b13364..4f2cdbc0ffcdab1602311ca2b1ca908c8dec7c3f 100644 |
--- a/src/compiler/instruction-selector-unittest.h |
+++ b/test/unittests/compiler/instruction-selector-unittest.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef V8_COMPILER_INSTRUCTION_SELECTOR_UNITTEST_H_ |
-#define V8_COMPILER_INSTRUCTION_SELECTOR_UNITTEST_H_ |
+#ifndef V8_UNITTESTS_COMPILER_INSTRUCTION_SELECTOR_UNITTEST_H_ |
+#define V8_UNITTESTS_COMPILER_INSTRUCTION_SELECTOR_UNITTEST_H_ |
#include <deque> |
#include <set> |
@@ -11,7 +11,7 @@ |
#include "src/base/utils/random-number-generator.h" |
#include "src/compiler/instruction-selector.h" |
#include "src/compiler/raw-machine-assembler.h" |
-#include "src/test/test-utils.h" |
+#include "test/unittests/test-utils.h" |
namespace v8 { |
namespace internal { |
@@ -210,4 +210,4 @@ class InstructionSelectorTestWithParam |
} // namespace internal |
} // namespace v8 |
-#endif // V8_COMPILER_INSTRUCTION_SELECTOR_UNITTEST_H_ |
+#endif // V8_UNITTESTS_COMPILER_INSTRUCTION_SELECTOR_UNITTEST_H_ |