From b4130189f92809afd76d1fd1f16aee8c4474cccd Mon Sep 17 00:00:00 2001 From: Lancelot SIX Date: Mon, 22 Nov 2021 22:03:47 +0000 Subject: [PATCH] gdb/testsuite: Remove duplicates from gdb.mi/mi-nsthrexec.exp MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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. --- gdb/testsuite/gdb.mi/mi-nsthrexec.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2