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

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

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.gyp ('k') | src/compiler/compiler-unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/compiler-unittests.h
diff --git a/test/compiler-unittests/compiler-unittests.h b/src/compiler/compiler-unittests.h
similarity index 98%
rename from test/compiler-unittests/compiler-unittests.h
rename to src/compiler/compiler-unittests.h
index 03541e73a2be1bb1d8ff5f136b551b16498969ce..dd4234b9613027b863f9413f1d57318ae031c370 100644
--- a/test/compiler-unittests/compiler-unittests.h
+++ b/src/compiler/compiler-unittests.h
@@ -11,6 +11,11 @@
namespace v8 {
namespace internal {
+
+// Forward declarations.
+class Factory;
+
+
namespace compiler {
// The TARGET_TEST(Case, Name) macro works just like
« no previous file with comments | « src/compiler/compiler.gyp ('k') | src/compiler/compiler-unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698