aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-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 b534a61..d0990dc 100644
--- a/gdb/testsuite/lib/gdb.exp
+++ b/gdb/testsuite/lib/gdb.exp
@@ -10034,7 +10034,7 @@ proc gdb_get_worker_threads { {testname ""} } {
-wrap -re "^The number of worker threads GDB can use is unlimited \\(currently ($::decimal)\\)\\." {
set worker_threads $expect_out(1,string)
}
- -wrap -re "The number of worker threads GDB can use is ($::decimal)\\." {
+ -wrap -re "^The number of worker threads GDB can use is ($::decimal)\\." {
set worker_threads $expect_out(1,string)
}
}