| Index: test/cctest/test-heap-profiler.cc
|
| diff --git a/test/cctest/test-heap-profiler.cc b/test/cctest/test-heap-profiler.cc
|
| index 17893b3b48b9ab16d027b99cd92973286105051c..f076de0c5320f618a6440999f47678f6156f5dd3 100644
|
| --- a/test/cctest/test-heap-profiler.cc
|
| +++ b/test/cctest/test-heap-profiler.cc
|
| @@ -2443,7 +2443,7 @@ TEST(CheckCodeNames) {
|
| CHECK(node);
|
|
|
| const char* builtin_path1[] = {"::(GC roots)", "::(Builtins)",
|
| - "::(KeyedLoadIC_Megamorphic builtin)"};
|
| + "::(KeyedLoadIC_Slow builtin)"};
|
| node = GetNodeByPath(snapshot, builtin_path1, arraysize(builtin_path1));
|
| CHECK(node);
|
|
|
|
|