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

Unified Diff: test/unittests/compiler/compiler-test-utils.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/compiler-test-utils.h
diff --git a/src/compiler/compiler-test-utils.h b/test/unittests/compiler/compiler-test-utils.h
similarity index 91%
rename from src/compiler/compiler-test-utils.h
rename to test/unittests/compiler/compiler-test-utils.h
index 437abd68f69542686142672ad7c772159e78bd3f..6ce28f9f947b1a747d46ed11dc33bacbf9007ba2 100644
--- a/src/compiler/compiler-test-utils.h
+++ b/test/unittests/compiler/compiler-test-utils.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_COMPILER_TEST_UTILS_H_
-#define V8_COMPILER_COMPILER_TEST_UTILS_H_
+#ifndef V8_UNITTESTS_COMPILER_COMPILER_TEST_UTILS_H_
+#define V8_UNITTESTS_COMPILER_COMPILER_TEST_UTILS_H_
#include "testing/gtest/include/gtest/gtest.h"
@@ -54,4 +54,4 @@ namespace compiler {
} // namespace internal
} // namespace v8
-#endif // V8_COMPILER_COMPILER_TEST_UTILS_H_
+#endif // V8_UNITTESTS_COMPILER_COMPILER_TEST_UTILS_H_
« no previous file with comments | « test/unittests/compiler/common-operator-unittest.cc ('k') | test/unittests/compiler/graph-reducer-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698