summaryrefslogtreecommitdiff
path: root/deps/v8/test/cctest/test-allocation.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/cctest/test-allocation.cc')
-rw-r--r--deps/v8/test/cctest/test-allocation.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/test/cctest/test-allocation.cc b/deps/v8/test/cctest/test-allocation.cc
index bde7ef5df6..e416c554ef 100644
--- a/deps/v8/test/cctest/test-allocation.cc
+++ b/deps/v8/test/cctest/test-allocation.cc
@@ -10,7 +10,7 @@
#include <unistd.h> // NOLINT
#endif
-#include "src/v8.h"
+#include "src/init/v8.h"
#include "test/cctest/cctest.h"
@@ -20,7 +20,7 @@ using v8::IdleTask;
using v8::Isolate;
using v8::Task;
-#include "src/allocation.h"
+#include "src/utils/allocation.h"
#include "src/zone/accounting-allocator.h"
// ASAN isn't configured to return nullptr, so skip all of these tests.