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

Unified Diff: test/cctest/heap/test-alloc.cc

Issue 1512553002: [cctest] Move most heap related tests to test/cctest/heap and clean wrt IWYU (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixed compile time error due to missing header file Created 5 years 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/heap/heap-tester.h ('k') | test/cctest/heap/test-heap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/heap/test-alloc.cc
diff --git a/test/cctest/test-alloc.cc b/test/cctest/heap/test-alloc.cc
similarity index 99%
rename from test/cctest/test-alloc.cc
rename to test/cctest/heap/test-alloc.cc
index ce351a95fd804e888c582f45affab2ccf506a67b..1e05287c03c1379086e0c90ac55e4605ab989f78 100644
--- a/test/cctest/test-alloc.cc
+++ b/test/cctest/heap/test-alloc.cc
@@ -33,8 +33,8 @@
#include "src/accessors.h"
#include "src/api.h"
-#include "test/cctest/heap-tester.h"
-
+#include "test/cctest/heap/heap-tester.h"
+#include "test/cctest/heap/utils-inl.h"
using namespace v8::internal;
« no previous file with comments | « test/cctest/heap/heap-tester.h ('k') | test/cctest/heap/test-heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698