diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/process-dies-while-detaching.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/process-dies-while-detaching.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/process-dies-while-detaching.exp b/gdb/testsuite/gdb.threads/process-dies-while-detaching.exp index 8dc1aec3ac6..52dc8dd433a 100644 --- a/gdb/testsuite/gdb.threads/process-dies-while-detaching.exp +++ b/gdb/testsuite/gdb.threads/process-dies-while-detaching.exp @@ -318,7 +318,7 @@ proc do_test {multi_process cmd} { } foreach multi_process {0 1} { - set mode [expr {$multi_process ? "single-process" : "multi-process"}] + set mode [expr {$multi_process ? "multi-process" : "single-process"}] foreach cmd {"detach" "continue"} { with_test_prefix "$mode: $cmd" { do_test $multi_process $cmd |