diff options
Diffstat (limited to 'gdb/testsuite/gdb.python/py-evthreads.exp')
-rw-r--r-- | gdb/testsuite/gdb.python/py-evthreads.exp | 2 |
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 6ea7eb4..89847f1 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.*" { +.*thread num: 1.*\r\n$gdb_prompt " { pass "continue thread 1" } timeout { |