diff options
-rw-r--r-- | gdb/testsuite/gdb.rocm/multi-inferior-gpu.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.rocm/multi-inferior-gpu.exp b/gdb/testsuite/gdb.rocm/multi-inferior-gpu.exp index 18b4172..5bac50d 100644 --- a/gdb/testsuite/gdb.rocm/multi-inferior-gpu.exp +++ b/gdb/testsuite/gdb.rocm/multi-inferior-gpu.exp @@ -68,7 +68,7 @@ proc do_test {} { foreach thread $stopped_gpu_threads { set infnumber [lindex [split $thread .] 0] gdb_test "thread $thread" "Switching to thread.*" - gdb_test_multiple "continue $thread" "" { + gdb_test_multiple "continue" "continue inferior $infnumber" { -re "\\\[Inferior $infnumber \[^\n\r\]* exited normally\\]\r\n$::gdb_prompt " { pass $gdb_test_name } |