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/gdb.base | |
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/gdb.base')
-rw-r--r-- | gdb/testsuite/gdb.base/unload.exp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |