]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/sleep.rs
New upstream version 1.12.0+dfsg1
[rustc.git] / src / test / run-pass / sleep.rs
index 8b06b02f3cba5fe791ae812c91c206d81d28011b..9acc6ff8cf08474f2ec151ba9b2b8161d499c9f6 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// ignore-emscripten no threads support
+
 use std::thread::{self, sleep};
 use std::time::Duration;
 use std::sync::{Arc, Mutex};