commit | 66e00622a89a0fd1c37539a72c6cdd7c6bd334e7 | [log] [tgz] |
---|---|---|
author | Richard Bunt <richard.bunt@linaro.org> | Tue Dec 05 09:54:12 2023 +0000 |
committer | Richard Bunt <richard.bunt@linaro.org> | Tue Dec 05 16:51:21 2023 +0000 |
tree | 10688f2614822448d787b80decde522615519204 | |
parent | dcdb91b3a663417ed4b51d9a145c76268541127b [diff] |
gdb/testsuite: Update worker thread show assertion Commit 33ae45434d0 updated the text reported by GDB when showing the number of worker threads. However, it neglected to update the assertions using this text, which caused index-file.exp to fail. This commit corrects this omission. Tested index-file.exp is fixed on my local machine. Approved-By: Tom Tromey <tom@tromey.com>