diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/threxit-hop-specific.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/threxit-hop-specific.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/threxit-hop-specific.exp b/gdb/testsuite/gdb.threads/threxit-hop-specific.exp index 96b43fe..c2dffc9 100644 --- a/gdb/testsuite/gdb.threads/threxit-hop-specific.exp +++ b/gdb/testsuite/gdb.threads/threxit-hop-specific.exp @@ -52,7 +52,7 @@ gdb_test "break $bpthrline thread 2" \ set bpexitline [gdb_get_line_number "set exit breakpoint here"] gdb_breakpoint "$bpexitline" -gdb_test "next" \ +gdb_test "continue" \ ".*set exit breakpoint here.*" \ "get past the thread specific breakpoint" |