diff options
author | Lancelot SIX <lsix@lancelotsix.com> | 2021-11-22 22:03:47 +0000 |
---|---|---|
committer | Lancelot SIX <lsix@lancelotsix.com> | 2022-01-07 22:43:34 +0000 |
commit | b4130189f92809afd76d1fd1f16aee8c4474cccd (patch) | |
tree | 0ab2d417a4e3afcc17ebff863fe51a066d86e5b1 | |
parent | b64f5c88176fb83ed38b06ff77aae60a1b56b4fd (diff) | |
download | binutils-b4130189f92809afd76d1fd1f16aee8c4474cccd.zip binutils-b4130189f92809afd76d1fd1f16aee8c4474cccd.tar.gz binutils-b4130189f92809afd76d1fd1f16aee8c4474cccd.tar.bz2 |
gdb/testsuite: Remove duplicates from gdb.mi/mi-nsthrexec.exp
When running the testsuite, I have:
Running .../gdb/testsuite/gdb.mi/mi-nsthrexec.exp ...
DUPLICATE: gdb.mi/mi-nsthrexec.exp: breakpoint at main
Fix by adjusting the duplicated test name.
Tested on x86_64-linux.
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-nsthrexec.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-nsthrexec.exp b/gdb/testsuite/gdb.mi/mi-nsthrexec.exp index 9d0f493..f0eb100 100644 --- a/gdb/testsuite/gdb.mi/mi-nsthrexec.exp +++ b/gdb/testsuite/gdb.mi/mi-nsthrexec.exp @@ -70,7 +70,7 @@ mi_check_thread_states {"stopped" "stopped"} "thread state, all stopped" mi_delete_breakpoints mi_create_breakpoint main \ - "breakpoint at main" \ + "insert breakpoint at main" \ -number 3 -func main |