Skip to content

Commit 082fbf9

Browse files
committed
threadleak_ignored should now pass with preemption (the issue has been fixed a while ago)
1 parent d53937c commit 082fbf9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/pass/threadleak_ignored.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// FIXME: disallow preemption to work around https://github.com/rust-lang/rust/issues/55005
2-
//@compile-flags: -Zmiri-ignore-leaks -Zmiri-preemption-rate=0
1+
//@compile-flags: -Zmiri-ignore-leaks
32

43
//! Test that leaking threads works, and that their destructors are not executed.
54

0 commit comments

Comments
 (0)