]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/hashmap-memory.rs
New upstream version 1.12.0+dfsg1
[rustc.git] / src / test / run-pass / hashmap-memory.rs
index 4dae1131c6d918daf7403820b3015b2137d971a1..8efc4cb1b17257debcd8204525c4905614560cab 100644 (file)
@@ -8,8 +8,10 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// ignore-emscripten No support for threads
+
 #![allow(unknown_features)]
-#![feature(unboxed_closures, std_misc)]
+#![feature(std_misc)]
 
 /**
    A somewhat reduced test case to expose some Valgrind issues.