2004-09-01 Jeff Johnston <jjohnstn@redhat.com>

* gdb.base/unload.exp: Fix expected warning message to match
        latest format.
This commit is contained in:
Jeff Johnston
2004-09-01 17:56:20 +00:00
parent fb4ce06b35
commit edd9b715ac
2 changed files with 10 additions and 3 deletions

View File

@@ -126,7 +126,7 @@ Breakpoint.*, shrfunc1 \\\(x=3\\\).*unloadshr.c:$unloadshr_line.*" \
"running program"
gdb_test "continue" \
"Continuing.*y is 7.*warning: Temporarily disabling unloaded shared library breakpoints.*warning: breakpoint #.*Program exited normally." \
"Continuing.*y is 7.*warning: Temporarily disabling breakpoints for.*unloadshr.sl.*Program exited normally." \
"continuing to end of program"
#
@@ -138,5 +138,6 @@ gdb_test "run" \
"rerun to shared library breakpoint"
gdb_test "continue" \
"Continuing.*y is 7.*warning: Temporarily disabling unloaded shared library breakpoints.*warning: breakpoint #.*Program exited normally." \
"continuing to end of program second time"
"Continuing.*y is 7.*warning: Temporarily disabling breakpoints for.*unloadshr.sl.*Program exited normally." \
"continuing to end of program"