| 83 | } |
| 84 | |
| 85 | TEST(WaitTest, WaitTestNoSpin) { |
| 86 | WaitTest(DurationFromSeconds(0), DurationFromSeconds(0)); |
| 87 | } |
| 88 | |
| 89 | TEST(WaitTest, WaitTestSpinOneMicrosecond) { |
| 90 | WaitTest(DurationFromSeconds(1e-6), DurationFromSeconds(0)); |
nothing calls this directly
no test coverage detected