Skip to content

Commit 7a10c9d

Browse files
committed
fix tests
1 parent bde3111 commit 7a10c9d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/compile-fail/abort-terminator.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// error-pattern: the evaluated program aborted
2+
// ignored-windows (panics dont work on Windows)
23
#![feature(unwind_attributes)]
34

45
#[unwind(aborts)]

tests/compile-fail/double_panic.rs renamed to tests/compile-fail/panic/double_panic.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// error-pattern: the evaluated program aborted
2+
// ignored-windows (panics dont work on Windows)
3+
24
struct Foo;
35
impl Drop for Foo {
46
fn drop(&mut self) {

0 commit comments

Comments
 (0)