]> git.lizzy.rs Git - rust.git/blobdiff - tests/run-pass/catch_panic.rs
Disable panic tests on Windows
[rust.git] / tests / run-pass / catch_panic.rs
index 8e254385d4743413b944c662bf83e1633287d683..228317e893695505dd95293ce5fa475d004cd08e 100644 (file)
@@ -1,3 +1,4 @@
+// ignore-windows: Unwind panicking does not currently work on Windows
 use std::panic::catch_unwind;
 use std::cell::Cell;