| Index: test/cctest/test-cpu-profiler.cc
|
| diff --git a/test/cctest/test-cpu-profiler.cc b/test/cctest/test-cpu-profiler.cc
|
| index 72e6c1a9b7e3e008c283c8d3037c186c8903a6fa..83c4e33c45dbaff62a99c856936df6a77ce9a690 100644
|
| --- a/test/cctest/test-cpu-profiler.cc
|
| +++ b/test/cctest/test-cpu-profiler.cc
|
| @@ -242,7 +242,7 @@ TEST(TickEvents) {
|
| EnqueueTickSampleEvent(
|
| processor,
|
| frame2_code->instruction_start() + frame2_code->ExecutableSize() / 2,
|
| - frame1_code->instruction_start() + frame2_code->ExecutableSize() / 2);
|
| + frame1_code->instruction_start() + frame1_code->ExecutableSize() / 2);
|
| EnqueueTickSampleEvent(processor, frame3_code->instruction_end() - 1,
|
| frame2_code->instruction_end() - 1,
|
| frame1_code->instruction_end() - 1);
|
|
|