commit | 2dc330089a00d2ad67e8b802a3e9670cd0a37e99 | [log] [tgz] |
---|---|---|
author | Lancelot SIX <lsix@lancelotsix.com> | Sun Nov 21 01:38:43 2021 +0000 |
committer | Lancelot SIX <lsix@lancelotsix.com> | Fri Jan 07 22:43:33 2022 +0000 |
tree | f3c66b423e89769625f7d592549dfc8489de26ce | |
parent | 5bdd79dff95269a7bf6428c449c1cfd5eab0c3ae [diff] |
gdb/testsuite: Remove duplicates from gdb.base/funcargs.exp When running the testsuite, I have: Running .../gdb/testsuite/gdb.base/funcargs.exp ... DUPLICATE: gdb.base/funcargs.exp: run to call2a Fix by using proc_with_prefix instead on plain proc to create logical function blocks. Tested on x86_64-linux.