diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-09-01 23:26:43 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-09-01 23:26:43 +0000 |
commit | 1236e623c679c8290874f5bcb791e41162dd1449 (patch) | |
tree | 00eeca1226ed546cceef43b39bf0dcb70942d7af /gdb/testsuite | |
parent | 6328991e1bd7d8491be4fdbf30efbf627e43a2a1 (diff) | |
download | gdb-1236e623c679c8290874f5bcb791e41162dd1449.zip gdb-1236e623c679c8290874f5bcb791e41162dd1449.tar.gz gdb-1236e623c679c8290874f5bcb791e41162dd1449.tar.bz2 |
2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
* gdb.base/unload.exp: Fix so messages aren't duplicated.
Diffstat (limited to 'gdb/testsuite')
-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" |