Skip to content

Commit 792ec3b

Browse files
committed
updated line number in test
1 parent 8a0438f commit 792ec3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/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)