Add a missing colon at the end of the expected panic message in location-detail-unwrap-multiline.rs

This commit is contained in:
Daniel Paoliello
2025-06-17 12:24:44 -07:00
parent 86d0aef804
commit 81f7eebb23
@@ -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