]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/slice-panic-2.rs
Imported Upstream version 1.8.0+dfsg1
[rustc.git] / src / test / run-pass / slice-panic-2.rs
index 4103c9495e102ca063b894a5713ec531968c0ed8..2932b585b8805b34e8bfe74b74921ed3bb30485d 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
+
 // Test that if a slicing expr[..] fails, the correct cleanups happen.