From 792ec3bdd42800bfbf16ee1d570efc398bf30f30 Mon Sep 17 00:00:00 2001 From: Isaac Chen Date: Sat, 2 Aug 2025 17:34:59 -0400 Subject: updated line number in test --- library/coretests/tests/panic/location.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/coretests/tests/panic/location.rs b/library/coretests/tests/panic/location.rs index 2174ac854e9..a7db05a15c6 100644 --- a/library/coretests/tests/panic/location.rs +++ b/library/coretests/tests/panic/location.rs @@ -59,7 +59,7 @@ fn location_file_lifetime<'x>() { fn location_debug() { let f = format!("{:?}", Location::caller()); assert!(f.contains(&format!("{:?}", file!()))); - assert!(f.contains("52")); + assert!(f.contains("60")); assert!(f.contains("29")); } -- cgit 1.4.1-3-g733a5