Skip to content

Commit 24bc56b

Browse files
committed
Fix test output.
1 parent 166c2cc commit 24bc56b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/fail/panic/thread_local_const_drop_panic.stderr

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
thread $NAME panicked at 'ow', $DIR/thread_local_const_drop_panic.rs:LL:CC
1+
thread $NAME panicked at $DIR/thread_local_const_drop_panic.rs:LL:CC:
2+
ow
23
fatal runtime error: thread local panicked on drop
34
error: abnormal termination: the program aborted execution
45

tests/fail/panic/thread_local_drop_panic.stderr

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
thread $NAME panicked at 'ow', $DIR/thread_local_drop_panic.rs:LL:CC
1+
thread $NAME panicked at $DIR/thread_local_drop_panic.rs:LL:CC:
2+
ow
23
fatal runtime error: thread local panicked on drop
34
error: abnormal termination: the program aborted execution
45

0 commit comments

Comments
 (0)