Merge branch 'main' into window_context_2
This commit is contained in:
commit
136e599051
12 changed files with 638 additions and 172 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue