Skip to content

Commit 125171c

Browse files
committed
fix test
1 parent 03df365 commit 125171c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/ui/errors/issue-103169-error-in-panic.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// run-fail
2+
// needs-run-enabled
23
// check-run-results
34

45
#![allow(unused_imports)]

tests/ui/errors/issue-103169-error-in-panic.stderr renamed to tests/ui/errors/issue-103169-error-in-panic.run.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
thread 'main' panicked at 'here's my panic error message', $DIR/error-in-panic.rs:50:5
1+
thread 'main' panicked at 'here's my panic error message', $DIR/issue-103169-error-in-panic.rs:49:5
22

33
Source: my source error message
44

0 commit comments

Comments
 (0)