Index: test/cctest/test-heap-profiler.cc |
diff --git a/test/cctest/test-heap-profiler.cc b/test/cctest/test-heap-profiler.cc |
index a2fd09e9f59d4edd27b4c6ca1c0b3800648e8729..65432173e3500466e805fadc8ae886955ffe7c29 100644 |
--- a/test/cctest/test-heap-profiler.cc |
+++ b/test/cctest/test-heap-profiler.cc |
@@ -2071,7 +2071,7 @@ TEST(AccessorInfo) { |
const v8::HeapGraphNode* length_accessor = |
GetProperty(descriptors, v8::HeapGraphEdge::kInternal, "4"); |
CHECK(length_accessor); |
- CHECK_EQ(0, strcmp("system / ExecutableAccessorInfo", |
+ CHECK_EQ(0, strcmp("system / AccessorInfo", |
*v8::String::Utf8Value(length_accessor->GetName()))); |
const v8::HeapGraphNode* name = |
GetProperty(length_accessor, v8::HeapGraphEdge::kInternal, "name"); |