Skip to content

Commit 237e477

Browse files
committed
disable preemption in tokoo tests again
1 parent db634e3 commit 237e477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pass-dep/tokio/tokio_mvp.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Need to disable preemption to stay on the supported MVP codepath in mio.
2-
//@compile-flags: -Zmiri-permissive-provenance
2+
//@compile-flags: -Zmiri-permissive-provenance -Zmiri-preemtpion-rate=0
33
//@only-target-x86_64-unknown-linux: support for tokio exists only on linux and x86
44

55
#[tokio::main]

0 commit comments

Comments
 (0)