diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/step-bg-decr-pc-switch-thread.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/step-bg-decr-pc-switch-thread.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/step-bg-decr-pc-switch-thread.exp b/gdb/testsuite/gdb.threads/step-bg-decr-pc-switch-thread.exp index 4f5c05c..1354d03 100644 --- a/gdb/testsuite/gdb.threads/step-bg-decr-pc-switch-thread.exp +++ b/gdb/testsuite/gdb.threads/step-bg-decr-pc-switch-thread.exp @@ -48,7 +48,7 @@ delete_breakpoints gdb_breakpoint [gdb_get_line_number "set breakpoint here"] gdb_continue_to_breakpoint "run to nop breakpoint" -gdb_test "info threads" " 1 .*\\\* 2 .*" "info threads shows all threads" +gdb_test "info threads" "\\\* 2 .* 1.*" "info threads shows all threads" gdb_test "next" "while.*" "next over nop" |