aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
diff options
context:
space:
mode:
authorMarek Polacek <mpolacek@sourceware.org>2011-07-06 19:52:21 +0000
committerMarek Polacek <mpolacek@sourceware.org>2011-07-06 19:52:21 +0000
commit438640d1120a37fb0309164e84c82e01fe98c5a9 (patch)
tree82b42e065d4435b5d923bafa7af8cc32f2228246 /gdb/testsuite/gdb.python
parent33a365dfadc7407cd2aebe62f33e7e58749858d5 (diff)
downloadgdb-438640d1120a37fb0309164e84c82e01fe98c5a9.zip
gdb-438640d1120a37fb0309164e84c82e01fe98c5a9.tar.gz
gdb-438640d1120a37fb0309164e84c82e01fe98c5a9.tar.bz2
gdb.python/py-evthreads.exp: add missing $
Diffstat (limited to 'gdb/testsuite/gdb.python')
-rw-r--r--gdb/testsuite/gdb.python/py-evthreads.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.python/py-evthreads.exp b/gdb/testsuite/gdb.python/py-evthreads.exp
index 89847f1..097d152 100644
--- a/gdb/testsuite/gdb.python/py-evthreads.exp
+++ b/gdb/testsuite/gdb.python/py-evthreads.exp
@@ -86,7 +86,7 @@ gdb_expect {
send_gdb "continue&\n"
gdb_expect {
-re ".*event type: continue.*
-.*thread num: 1.*\r\n$gdb_prompt " {
+.*thread num: 1.*\r\n$gdb_prompt $" {
pass "continue thread 1"
}
timeout {