]> git.proxmox.com Git - rustc.git/blobdiff - src/liballoc/collections/linked_list/tests.rs
New upstream version 1.45.0+dfsg1
[rustc.git] / src / liballoc / collections / linked_list / tests.rs
index 085f734ed916a0ca43cc92ad4e257268d48e5ff7..b8c93a28bba815a1bfa38fea9a49e581a335c13f 100644 (file)
@@ -182,7 +182,6 @@ fn test_insert_prev() {
 
 #[test]
 #[cfg_attr(target_os = "emscripten", ignore)]
-#[cfg_attr(miri, ignore)] // Miri does not support threads
 fn test_send() {
     let n = list_from(&[1, 2, 3]);
     thread::spawn(move || {