Skip to content

Commit ce7b44b

Browse files
committed
ignore another panicking test on Windows
1 parent 2ef5ac1 commit ce7b44b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/run-pass/panic/transmute_fat2.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// ignore-windows: Unwind panicking does not currently work on Windows
12
fn main() {
23
#[cfg(target_pointer_width="64")]
34
let bad = unsafe {
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
thread 'main' panicked at 'index out of bounds: the len is 0 but the index is 0', $DIR/transmute_fat2.rs:10:5
1+
thread 'main' panicked at 'index out of bounds: the len is 0 but the index is 0', $DIR/transmute_fat2.rs:11:5

0 commit comments

Comments
 (0)