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

Unified Diff: test/unittests/compiler/common-operator-unittest.cc

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
« no previous file with comments | « test/unittests/compiler/change-lowering-unittest.cc ('k') | test/unittests/compiler/compiler-test-utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/unittests/compiler/common-operator-unittest.cc
diff --git a/src/compiler/common-operator-unittest.cc b/test/unittests/compiler/common-operator-unittest.cc
similarity index 99%
rename from src/compiler/common-operator-unittest.cc
rename to test/unittests/compiler/common-operator-unittest.cc
index 5001770ddf1347c772e9bc7d2b44424f69f24fd7..571d696fd3b0f7d77d07ad4bcf979354f19c7dd3 100644
--- a/src/compiler/common-operator-unittest.cc
+++ b/test/unittests/compiler/common-operator-unittest.cc
@@ -7,7 +7,7 @@
#include <limits>
#include "src/compiler/operator-properties-inl.h"
-#include "src/test/test-utils.h"
+#include "test/unittests/test-utils.h"
namespace v8 {
namespace internal {
« no previous file with comments | « test/unittests/compiler/change-lowering-unittest.cc ('k') | test/unittests/compiler/compiler-test-utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698