* gdb.base/langs.exp: Update query string to match the
new nquery format used for pending breakpoints.
+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.
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"
}