| Index: test/cctest/test-heap-profiler.cc
|
| diff --git a/test/cctest/test-heap-profiler.cc b/test/cctest/test-heap-profiler.cc
|
| index 815d27d8b1bccc2c910e97c42ceb003fa822fc0e..5c9d2e69f075418a7d6f79cb7386f4fd3bcbaccb 100644
|
| --- a/test/cctest/test-heap-profiler.cc
|
| +++ b/test/cctest/test-heap-profiler.cc
|
| @@ -407,6 +407,10 @@ TEST(HeapSnapshotSlicedString) {
|
| "parent_string = \"123456789.123456789.123456789.123456789.123456789."
|
| "123456789.123456789.123456789.123456789.123456789."
|
| "123456789.123456789.123456789.123456789.123456789."
|
| + "123456789.123456789.123456789.123456789.123456789."
|
| + "123456789.123456789.123456789.123456789.123456789."
|
| + "123456789.123456789.123456789.123456789.123456789."
|
| + "123456789.123456789.123456789.123456789.123456789."
|
| "123456789.123456789.123456789.123456789.123456789.\";"
|
| "child_string = parent_string.slice(100);");
|
| const v8::HeapSnapshot* snapshot =
|
|
|