diff --git a/tests/fail/abort-terminator.stderr b/tests/fail/abort-terminator.stderr index b096775e61d..ec9ce76685b 100644 --- a/tests/fail/abort-terminator.stderr +++ b/tests/fail/abort-terminator.stderr @@ -4,6 +4,7 @@ error: abnormal termination: the program aborted execution --> $DIR/abort-terminator.rs:LL:CC | LL | / extern "C" fn panic_abort() { +LL | | LL | | panic!() LL | | } | |_^ the program aborted execution