| commit | c6336a6db001c10383376b762262ca8f953d65c2 | [log] [tgz] |
|---|---|---|
| author | Lancelot SIX <lsix@lancelotsix.com> | Sun Nov 21 15:34:09 2021 +0000 |
| committer | Lancelot SIX <lsix@lancelotsix.com> | Fri Jan 07 22:43:34 2022 +0000 |
| tree | 5196c97de031f6363be512838e14c63013260195 | |
| parent | 8cc261b7814cdd04735be2e7af1fafc19df1b3b6 [diff] |
gdb/testsuite: Remove duplicates from gdb.base/nested-subp2.exp
When running the testsuite, I have:
Running .../gdb/testsuite/gdb.base/nested-subp2.exp ...
DUPLICATE: gdb.base/nested-subp2.exp: continue to the STOP marker
DUPLICATE: gdb.base/nested-subp2.exp: print c
DUPLICATE: gdb.base/nested-subp2.exp: print count
Fix by using with_test_prefix to differentiate the test that are
performed at different points during the execution of the debuggee.
Tested on x86_64-linux.