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

Unified Diff: src/compiler/compiler-unittests.cc

Issue 530693002: [turbofan] Merge compiler unit tests into src. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 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 | « src/compiler/compiler-unittests.h ('k') | src/compiler/graph-unittest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/compiler-unittests.cc
diff --git a/test/compiler-unittests/compiler-unittests.cc b/src/compiler/compiler-unittests.cc
similarity index 97%
rename from test/compiler-unittests/compiler-unittests.cc
rename to src/compiler/compiler-unittests.cc
index 86d12400135b3a84f259d594121e174b3a35d10f..9ae03a616b5adc74b9c700a03ca4491fdd76ab31 100644
--- a/test/compiler-unittests/compiler-unittests.cc
+++ b/src/compiler/compiler-unittests.cc
@@ -3,8 +3,8 @@
// found in the LICENSE file.
#include "include/libplatform/libplatform.h"
+#include "src/compiler/compiler-unittests.h"
#include "src/isolate-inl.h"
-#include "test/compiler-unittests/compiler-unittests.h"
#include "testing/gmock/include/gmock/gmock.h"
using testing::IsNull;
@@ -79,7 +79,7 @@ class CompilerTestEnvironment V8_FINAL : public ::testing::Environment {
v8::Platform* platform_;
};
-}
+} // namespace
int main(int argc, char** argv) {
« no previous file with comments | « src/compiler/compiler-unittests.h ('k') | src/compiler/graph-unittest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698