Chromium Code Reviews| Index: test/cctest/test-log.cc |
| =================================================================== |
| --- test/cctest/test-log.cc (revision 5635) |
| +++ test/cctest/test-log.cc (working copy) |
| @@ -469,7 +469,7 @@ |
| CHECK(!sampler.WasSampleStackCalled()); |
| nonJsThread.WaitForRunning(); |
| nonJsThread.SendSigProf(); |
| - CHECK(sampler.WaitForTick()); |
| + CHECK(!sampler.WaitForTick()); |
| CHECK(!sampler.WasSampleStackCalled()); |
| sampler.Stop(); |