Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(277)

Unified Diff: test/unittests/compiler/instruction-selector-unittest.h

Issue 615393002: Move unit tests to test/unittests. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: REBASE Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698