Skip to content

Commit fd7b116

Browse files
committed
updated line number in test
1 parent 7a58365 commit fd7b116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coretests/tests/panic/location.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fn location_file_lifetime<'x>() {
5959
fn location_debug() {
6060
let f = format!("{:?}", Location::caller());
6161
assert!(f.contains(&format!("{:?}", file!())));
62-
assert!(f.contains("52"));
62+
assert!(f.contains("60"));
6363
assert!(f.contains("29"));
6464
}
6565

0 commit comments

Comments
 (0)