Skip to content

Commit 5c09047

Browse files
committed
fix tests
1 parent bde3111 commit 5c09047

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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+
// ignore-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

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// error-pattern: the evaluated program aborted
1+
// error-pattern: the evaluated program aborted
2+
// ignore-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)