]> git.lizzy.rs Git - rust.git/blobdiff - tests/run-pass/panic2.rs
Disable panic tests on Windows
[rust.git] / tests / run-pass / panic2.rs
index 9a1da6656c26d5371ed35cdf4f795c952a38fe2d..deaf606d9a2e0d04343e4219dbf845dc1a568475 100644 (file)
@@ -1,3 +1,4 @@
+// ignore-windows: Unwind panicking does not currently work on Windows
 fn main() {
     let val = "Value".to_string();
     panic!("Miri panic with value: {}", val);