[binutils-gdb] Second fix to attr_ref_and_charlit.exp
Tom Tromey via Gdb-cvs <[email protected]>
| Newsgroups | gmane.comp.gdb.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f797b25fdc7ca4a48c09802082426b71e56898aa commit f797b25fdc7ca4a48c09802082426b71e56898aa Author: Tom Tromey <[email protected]> Date: Thu Apr 23 12:49:12 2026 -0600 Second fix to attr_ref_and_charlit.exp I forgot to commit a hunk in my earlier change to attr_ref_and_charlit.exp, so while it passed locally, I checked in a version that did not pass :-( This patch fixes the oversight. Diff: --- gdb/testsuite/gdb.ada/attr_ref_and_charlit.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/testsuite/gdb.ada/attr_ref_and_charlit.exp b/gdb/testsuite/gdb.ada/attr_ref_and_charlit.exp index 11a9bd60f5d..120da289884 100644 --- a/gdb/testsuite/gdb.ada/attr_ref_and_charlit.exp +++ b/gdb/testsuite/gdb.ada/attr_ref_and_charlit.exp @@ -39,7 +39,7 @@ with_test_prefix "run" { } gdb_test "continue" \ - ".*Breakpoint ${::decimal}, foo\\.p \\(s=.*\\) at .*foo.adb:${::decimal}.*" + ".*Breakpoint ${::decimal}, foo\\.p \\(in_val=.*\\) at .*foo.adb:${::decimal}.*" with_test_prefix "cont" { gdb_test "print s'first" " = 4"