| commit | b955c336f93a1b8ab433b713739c145c56f5c027 | [log] [tgz] |
|---|---|---|
| author | Maciej W. Rozycki <macro@embecosm.com> | Wed Jun 29 15:27:41 2022 +0100 |
| committer | Maciej W. Rozycki <macro@embecosm.com> | Wed Jun 29 15:27:41 2022 +0100 |
| tree | af14d303d1fcf62c271ed9d5a08d28ee3ed09e2d | |
| parent | 575fd4cffd05be7bd56112afa8688201d70d3043 [diff] |
GDB/testsuite: Tighten `set print elements' error check Match the whole error message expected to be given rather than omitting the part about the "unlimited" keyword. There's no point in omitting the missing part first, and second with an upcoming change the part in parentheses will no longer be a fixed string, so doing a full match will ensure the algorithm correctly builds the message expected here. Also avoid any wildcard matches.