commit | 1868c0cb3378ba3984c056b3850cc93eaa709e04 | [log] [tgz] |
---|---|---|
author | Lancelot SIX <lsix@lancelotsix.com> | Sun Nov 21 00:44:36 2021 +0000 |
committer | Lancelot SIX <lsix@lancelotsix.com> | Fri Jan 07 22:43:33 2022 +0000 |
tree | 1c4da4016ed50f9def6d3ecf3219c9bd1487da53 | |
parent | e88e167858ab3798df9b8c858d07fcccc6336bc7 [diff] |
gdb/testsuite: Remove duplicates from gdb.base/exprs.exp When running the testsuite, I have: Running .../gdb/testsuite/gdb.base/exprs.exp ... DUPLICATE: gdb.base/exprs.exp: \$[0-9]* = red (setup) Fix by using with_test_prefix where appropriate. Tested on x86_64-linux.