aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2004-02-26 19:36:16 +0000
committerJeff Johnston <jjohnstn@redhat.com>2004-02-26 19:36:16 +0000
commit9b50c11b36020a71b97e57d4ff10a4d45855967a (patch)
tree53b5e215f87abd01c3522f6c2d2212329676b962 /gdb/testsuite
parentde9811afe23bbdd0cb72c7c05d7136aebf9e75c9 (diff)
downloadgdb-9b50c11b36020a71b97e57d4ff10a4d45855967a.zip
gdb-9b50c11b36020a71b97e57d4ff10a4d45855967a.tar.gz
gdb-9b50c11b36020a71b97e57d4ff10a4d45855967a.tar.bz2
2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
* gdb.base/langs.exp: Update query string to match the new nquery format used for pending breakpoints.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.base/langs.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 09b25a4..2e16c4a 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
+
+ * gdb.base/langs.exp: Update query string to match the
+ new nquery format used for pending breakpoints.
+
2004-02-26 Andrew Cagney <cagney@redhat.com>
Fix PR i18n/1570.
diff --git a/gdb/testsuite/gdb.base/langs.exp b/gdb/testsuite/gdb.base/langs.exp
index a81df66..49b9c5d 100644
--- a/gdb/testsuite/gdb.base/langs.exp
+++ b/gdb/testsuite/gdb.base/langs.exp
@@ -66,7 +66,7 @@ gdb_reinitialize_dir $srcdir/$subdir
gdb_load $binfile
gdb_test_multiple "b langs0" "break on nonexistent function in langs.exp" {
- -re "Function \"langs0\" not defined\..*Make breakpoint pending on future shared library load.*y or n. $" {
+ -re "Function \"langs0\" not defined\..*Make breakpoint pending on future shared library load.*y or .n.. $" {
gdb_test "n" "" "break on nonexistent function in langs.exp"
}