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

Unified Diff: test/cctest/test-types.cc

Issue 2309823002: [turbofan] put src/types.[h/cc] into src/compiler/types.[h/cc] (Closed)
Patch Set: Created 4 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/cctest/test-types.cc
diff --git a/test/cctest/test-types.cc b/test/cctest/test-types.cc
index 83191688a3a5374e464f8cdd4f9297bf7564bdfc..bbcfb02d48db9ab8ed06b039fccfd92151e7867c 100644
--- a/test/cctest/test-types.cc
+++ b/test/cctest/test-types.cc
@@ -10,8 +10,8 @@
#include "src/isolate.h"
// FIXME(mstarzinger, marja): This is weird, but required because of the missing
// (disallowed) include: src/factory.h -> src/objects-inl.h
+#include "src/compiler/types.h"
Michael Starzinger 2016/09/05 14:22:35 nit: Comment above applies to "objects-inl.h", ple
mvstanton 2016/09/05 14:51:41 Done.
#include "src/objects-inl.h"
-#include "src/types.h"
// FIXME(mstarzinger, marja): This is weird, but required because of the missing
// (disallowed) include: src/type-feedback-vector.h ->
// src/type-feedback-vector-inl.h

Powered by Google App Engine
This is Rietveld 408576698