From: Lancelot SIX Date: Mon, 22 Nov 2021 22:03:47 +0000 (+0000) Subject: gdb/testsuite: Remove duplicates from gdb.mi/mi-nsthrexec.exp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b4130189f92809afd76d1fd1f16aee8c4474cccd;p=binutils-gdb.git 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. --- diff --git a/gdb/testsuite/gdb.mi/mi-nsthrexec.exp b/gdb/testsuite/gdb.mi/mi-nsthrexec.exp index 9d0f493e86b..f0eb10004d7 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