]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/issue-25089.rs
Imported Upstream version 1.8.0+dfsg1
[rustc.git] / src / test / run-pass / issue-25089.rs
index b619d1dd4488c015e165cf1340a71b400cc76a88..e707023530be89d0a0492665f9ad3d7f22ba1f81 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;
 
 struct Foo(i32);