| 138 | } |
| 139 | |
| 140 | static void test_toggle_queue_unlock_empty(GjsUnitTestFixture*, const void*) { |
| 141 | assert_equal(ToggleQueue::get_default()->cancel(nullptr), false, false); |
| 142 | } |
| 143 | |
| 144 | static void test_toggle_queue_unlock_same_thread(GjsUnitTestFixture*, |
| 145 | const void*) { |
nothing calls this directly
no test coverage detected