Merge pull request #4797 from RalfJung/apple-det

fix non-determinism in os_unfair_lock test
This commit is contained in:
Ralf Jung 2025-12-31 10:15:36 +00:00 committed by GitHub
commit facf7adc35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,5 @@
//@only-target: darwin
//@compile-flags: -Zmiri-fixed-schedule
#![feature(sync_unsafe_cell)]
use std::cell::SyncUnsafeCell;