aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/testsuite/lib/gdb.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp
index d0990dc..7e478ab 100644
--- a/gdb/testsuite/lib/gdb.exp
+++ b/gdb/testsuite/lib/gdb.exp
@@ -10031,7 +10031,7 @@ proc is_target_non_stop { {testname ""} } {
proc gdb_get_worker_threads { {testname ""} } {
set worker_threads "UNKNOWN"
gdb_test_multiple "maintenance show worker-threads" $testname {
- -wrap -re "^The number of worker threads GDB can use is unlimited \\(currently ($::decimal)\\)\\." {
+ -wrap -re "^The number of worker threads GDB can use is the default \\(currently ($::decimal)\\)\\." {
set worker_threads $expect_out(1,string)
}
-wrap -re "^The number of worker threads GDB can use is ($::decimal)\\." {