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

Unified Diff: test/cctest/heap/heap-tester.h

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-tester.h ('k') | test/cctest/heap/test-alloc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/heap/heap-tester.h
diff --git a/test/cctest/heap-tester.h b/test/cctest/heap/heap-tester.h
similarity index 97%
rename from test/cctest/heap-tester.h
rename to test/cctest/heap/heap-tester.h
index bb26b5a77584e44144969a12f5584a65b772eee5..f2a1a243c993e1160f8f0403e2fea2805a0bc6ae 100644
--- a/test/cctest/heap-tester.h
+++ b/test/cctest/heap/heap-tester.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef HEAP_TESTER_H_
-#define HEAP_TESTER_H_
+#ifndef HEAP_HEAP_TESTER_H_
+#define HEAP_HEAP_TESTER_H_
#include "src/handles.h"
#include "src/heap/spaces.h"
@@ -79,4 +79,4 @@ class HeapTester {
} // namespace internal
} // namespace v8
-#endif // HEAP_TESTER_H_
+#endif // HEAP_HEAP_TESTER_H_
« no previous file with comments | « test/cctest/heap-tester.h ('k') | test/cctest/heap/test-alloc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698