]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Second fix to attr_ref_and_charlit.exp
authorTom Tromey <tromey@adacore.com>
Thu, 23 Apr 2026 18:49:12 +0000 (12:49 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 23 Apr 2026 18:49:12 +0000 (12:49 -0600)
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.

gdb/testsuite/gdb.ada/attr_ref_and_charlit.exp

index 11a9bd60f5d5bb74990f4425063964409b205ca6..120da28988415d4fbc72374e3eab52cb1dd8e36f 100644 (file)
@@ -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"