Fix seg fault when using the WindowContext::on_window_should_close() API
This commit is contained in:
parent
2a09c6aad5
commit
7ef88397c9
5 changed files with 13 additions and 6 deletions
|
@ -1043,7 +1043,7 @@ mod tests {
|
|||
|
||||
#[gpui::test(iterations = 100)]
|
||||
async fn test_random_wraps(cx: &mut gpui::TestAppContext, mut rng: StdRng) {
|
||||
// todo!() this test is flaky
|
||||
// todo this test is flaky
|
||||
init_test(cx);
|
||||
|
||||
cx.background_executor.set_block_on_ticks(0..=50);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue