Skip to content

Commit

Permalink
ignore another panicking test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Dec 2, 2019
1 parent 2ef5ac1 commit ce7b44b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/run-pass/panic/transmute_fat2.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// ignore-windows: Unwind panicking does not currently work on Windows
fn main() {
#[cfg(target_pointer_width="64")]
let bad = unsafe {
Expand Down
2 changes: 1 addition & 1 deletion tests/run-pass/panic/transmute_fat2.stderr
Original file line number Diff line number Diff line change
@@ -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
thread 'main' panicked at 'index out of bounds: the len is 0 but the index is 0', $DIR/transmute_fat2.rs:11:5

0 comments on commit ce7b44b

Please sign in to comment.