]> git.proxmox.com Git - rustc.git/blobdiff - src/libcollections/linked_list.rs
New upstream version 1.14.0+dfsg1
[rustc.git] / src / libcollections / linked_list.rs
index 690c4f4af35896df5b24cb5be112bfbf279b34e4..67f3708a62b91dbf50e83d6bf98fcb5842f967b0 100644 (file)
@@ -1294,6 +1294,7 @@ mod tests {
     }
 
     #[test]
+    #[cfg_attr(target_os = "emscripten", ignore)]
     fn test_send() {
         let n = list_from(&[1, 2, 3]);
         thread::spawn(move || {