| Index: test/cctest/test-cpu-profiler.cc
|
| diff --git a/test/cctest/test-cpu-profiler.cc b/test/cctest/test-cpu-profiler.cc
|
| index 1ed89b9ddc2fee96652e030db0ddaa162c7a532a..6133cdb2ffe77d7bf7e5995487d256cd738caf64 100644
|
| --- a/test/cctest/test-cpu-profiler.cc
|
| +++ b/test/cctest/test-cpu-profiler.cc
|
| @@ -176,7 +176,7 @@ TEST(TickEvents) {
|
|
|
| processor.Stop();
|
| processor.Join();
|
| - CpuProfile* profile = profiles.StopProfiling("");
|
| + CpuProfile* profile = profiles.StopProfiling("", 1);
|
| CHECK_NE(NULL, profile);
|
|
|
| // Check call trees.
|
|
|