diff options
Diffstat (limited to 'gdb/testsuite/gdb.chill/pr-5984.exp')
-rw-r--r-- | gdb/testsuite/gdb.chill/pr-5984.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.chill/pr-5984.exp b/gdb/testsuite/gdb.chill/pr-5984.exp index 1e703af..f8ea37e 100644 --- a/gdb/testsuite/gdb.chill/pr-5984.exp +++ b/gdb/testsuite/gdb.chill/pr-5984.exp @@ -48,7 +48,7 @@ proc do_tests {} { send_gdb "set language chill\n" ; - gdb_test "break pr-5984.ch:6 "" + gdb_test "break pr-5984.ch:6" "" send_gdb "run\n"; gdb_expect -re "Breakpoint .*pr-5984.ch:6" gdb_expect -re "$gdb_prompt $" gdb_test "next" "Jason Dark.*" "next over Jason Dark" |