gdb.python/py-evthreads.exp: add missing $

This commit is contained in:
Marek Polacek
2011-07-06 19:52:21 +00:00
parent 33a365dfad
commit 438640d112
2 changed files with 5 additions and 1 deletions

View File

@ -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 {