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

Unified Diff: test/cctest/test-array-list.cc

Issue 2304553002: Include only stuff you need, part 6: Fix cctest.h. (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
« no previous file with comments | « test/cctest/test-api.h ('k') | test/cctest/test-code-cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-array-list.cc
diff --git a/test/cctest/test-array-list.cc b/test/cctest/test-array-list.cc
index abcbf110e7c3ddf26f9d36c405076b43f32f7ad5..9f2970dd6c6c2279f3094a8b8bc505a91512e84f 100644
--- a/test/cctest/test-array-list.cc
+++ b/test/cctest/test-array-list.cc
@@ -7,6 +7,13 @@
#include "src/v8.h"
#include "src/factory.h"
+// FIXME(mstarzinger, marja): This is weird, but required because of the missing
+// (disallowed) include: src/factory.h -> src/objects-inl.h
+#include "src/objects-inl.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
+#include "src/type-feedback-vector-inl.h"
#include "test/cctest/cctest.h"
namespace {
« no previous file with comments | « test/cctest/test-api.h ('k') | test/cctest/test-code-cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698