| 590 | } |
| 591 | |
| 592 | void TCoroTest::TestWaitWakeLivelockBug() { |
| 593 | TContExecutor exec(20000); |
| 594 | exec.SetFailOnError(true); |
| 595 | exec.Execute(NCoroWaitWakeLivelockBug::DoMain); |
| 596 | } |
| 597 | |
| 598 | namespace NCoroTestFastPathWake { |
| 599 | struct TState; |
nothing calls this directly
no test coverage detected