about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Paoliello <danpao@microsoft.com>2025-06-17 12:24:44 -0700
committerDaniel Paoliello <danpao@microsoft.com>2025-06-17 12:24:44 -0700
commit81f7eebb23cf4583d3c6d14009935aafe5326316 (patch)
tree2590efe5ce169025a505c6d1afafc757f452caf1
parent86d0aef80403f095d8bbabf44d9fdecfcd45f076 (diff)
downloadrust-81f7eebb23cf4583d3c6d14009935aafe5326316.tar.gz
rust-81f7eebb23cf4583d3c6d14009935aafe5326316.zip
Add a missing colon at the end of the expected panic message in location-detail-unwrap-multiline.rs
-rw-r--r--tests/ui/panics/location-detail-unwrap-multiline.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/panics/location-detail-unwrap-multiline.rs b/tests/ui/panics/location-detail-unwrap-multiline.rs
index 56e1760d851..e49e11a6061 100644
--- a/tests/ui/panics/location-detail-unwrap-multiline.rs
+++ b/tests/ui/panics/location-detail-unwrap-multiline.rs
@@ -1,7 +1,7 @@
 //@ run-fail
 //@ compile-flags: -Cstrip=none -Cdebuginfo=line-tables-only -Copt-level=0
 //@ exec-env:RUST_BACKTRACE=1
-//@ regex-error-pattern: location-detail-unwrap-multiline\.rs:11(:10)?\n
+//@ regex-error-pattern: location-detail-unwrap-multiline\.rs:11(:10)?:\n
 //@ needs-unwind
 //@ ignore-android FIXME #17520