Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 8833197

Browse files
committed
Manual adjustments
1 parent a23eb46 commit 8833197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fail/abort-terminator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![feature(c_unwind)]
22

33
extern "C" fn panic_abort() {
4-
//~ ERROR: the program aborted
4+
//~^ ERROR: the program aborted
55
panic!()
66
}
77

0 commit comments

Comments
 (0)