Index: test/cctest/heap/test-heap.cc |
diff --git a/test/cctest/test-heap.cc b/test/cctest/heap/test-heap.cc |
similarity index 99% |
rename from test/cctest/test-heap.cc |
rename to test/cctest/heap/test-heap.cc |
index e5aa605c8fa68179becb1fb10a29d5efc7c8ad3e..6ad6cdd69933451bfce5acb7fa747bf964b6162a 100644 |
--- a/test/cctest/test-heap.cc |
+++ b/test/cctest/heap/test-heap.cc |
@@ -43,7 +43,8 @@ |
#include "src/macro-assembler.h" |
#include "src/snapshot/snapshot.h" |
#include "test/cctest/cctest.h" |
-#include "test/cctest/heap-tester.h" |
+#include "test/cctest/heap/heap-tester.h" |
+#include "test/cctest/heap/utils-inl.h" |
#include "test/cctest/test-feedback-vector.h" |