diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2005-08-09 19:00:16 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2005-08-09 19:00:16 +0000 |
commit | 2f168eed4b433e38608527ec7c94c13e38acb632 (patch) | |
tree | f691bf764fb2461490be5c27008f55a6d9ea7879 /gdb/testsuite/lib | |
parent | 8e70166dc52cf82a61e0a414f364f3ff7c45dfa7 (diff) | |
download | gdb-2f168eed4b433e38608527ec7c94c13e38acb632.zip gdb-2f168eed4b433e38608527ec7c94c13e38acb632.tar.gz gdb-2f168eed4b433e38608527ec7c94c13e38acb632.tar.bz2 |
* lib/mi-support.exp (mi_gdb_load): Fix typo.
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r-- | gdb/testsuite/lib/mi-support.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp index 64f42b5..e1c7d77 100644 --- a/gdb/testsuite/lib/mi-support.exp +++ b/gdb/testsuite/lib/mi-support.exp @@ -493,7 +493,7 @@ proc mi_gdb_load { arg } { # For SID, things get complex send_target_sid gdb_expect 60 { - -re "\\^done,.*$mi_gdb_prompt$" { + -re "\\^done.*$mi_gdb_prompt$" { } timeout { perror "Unable to connect to SID target" |