diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 03f5751c59..819b0f278d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-07-06 Marek Polacek + + * gdb.python/py-evthreads.exp: Add missing `$'. + 2011-07-06 Jie Zhang * config/bfin.exp: New file. diff --git a/gdb/testsuite/gdb.python/py-evthreads.exp b/gdb/testsuite/gdb.python/py-evthreads.exp index 89847f168f..097d1529ab 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 {