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

Unified Diff: test/cctest/heap/test-incremental-marking.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/test-heap.cc ('k') | test/cctest/heap/test-mark-compact.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/heap/test-incremental-marking.cc
diff --git a/test/cctest/test-incremental-marking.cc b/test/cctest/heap/test-incremental-marking.cc
similarity index 99%
rename from test/cctest/test-incremental-marking.cc
rename to test/cctest/heap/test-incremental-marking.cc
index ef3bad68ae3ed0e4a9a98aa17f417036d0cc83f7..6591e8445c0a4ed46b6849c22dc8e951e4a730c3 100644
--- a/test/cctest/test-incremental-marking.cc
+++ b/test/cctest/heap/test-incremental-marking.cc
@@ -22,6 +22,8 @@
#include "src/full-codegen/full-codegen.h"
#include "src/global-handles.h"
#include "test/cctest/cctest.h"
+#include "test/cctest/heap/utils-inl.h"
+
using v8::IdleTask;
using v8::Task;
« no previous file with comments | « test/cctest/heap/test-heap.cc ('k') | test/cctest/heap/test-mark-compact.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698