Merge branch 'main' into window_context_2

This commit is contained in:
Antonio Scandurra 2023-04-18 17:29:37 +02:00
commit 136e599051
12 changed files with 638 additions and 172 deletions

View file

@ -76,7 +76,7 @@ pub fn run_test(
let seed = atomic_seed.load(SeqCst);
if is_randomized {
dbg!(seed);
eprintln!("seed = {seed}");
}
let deterministic = executor::Deterministic::new(seed);