diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/unload.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index da6959f..fd6e696 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-09-01 Jeff Johnston <jjohnstn@redhat.com> + + * gdb.base/unload.exp: Fix so messages aren't duplicated. + 2004-09-01 Manoj Iyer <manjo@austin.ibm.com> * gdb.gdb/complaints.exp (setup_test): use new gdb.exp functionality diff --git a/gdb/testsuite/gdb.base/unload.exp b/gdb/testsuite/gdb.base/unload.exp index e615b08..0b52175 100644 --- a/gdb/testsuite/gdb.base/unload.exp +++ b/gdb/testsuite/gdb.base/unload.exp @@ -139,5 +139,5 @@ gdb_test "run" \ gdb_test "continue" \ "Continuing.*y is 7.*warning: Temporarily disabling breakpoints for.*unloadshr.sl.*Program exited normally." \ -"continuing to end of program" +"continuing to end of program second time" |