Move incoming calls into ActiveCall
This commit is contained in:
parent
fa31c9659b
commit
55cc142319
11 changed files with 362 additions and 373 deletions
|
@ -91,7 +91,7 @@ pub fn run_test(
|
|||
|
||||
cx.update(|cx| cx.remove_all_windows());
|
||||
deterministic.run_until_parked();
|
||||
cx.update(|_| {}); // flush effects
|
||||
cx.update(|cx| cx.clear_globals());
|
||||
|
||||
leak_detector.lock().detect();
|
||||
if is_last_iteration {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue