From: Tom Tromey Date: Thu, 23 Apr 2026 18:49:12 +0000 (-0600) Subject: Second fix to attr_ref_and_charlit.exp X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f797b25fdc7ca4a48c09802082426b71e56898aa;p=thirdparty%2Fbinutils-gdb.git 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 --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"