From ef427ffb70805f8e122aa38e54e540e36b058092 Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Tue, 16 Sep 2025 17:38:57 +0100 Subject: [PATCH] ld: testsuite: fix duplicated names in ld-checks/over*.d ld-checks/over2.d uses the same test name as over.d. Fix this by adding disambiguation to the test name of over2.d. --- ld/testsuite/ld-checks/over2.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ld/testsuite/ld-checks/over2.d b/ld/testsuite/ld-checks/over2.d index 511b917e24e..b082c5912b3 100644 --- a/ld/testsuite/ld-checks/over2.d +++ b/ld/testsuite/ld-checks/over2.d @@ -1,4 +1,4 @@ -#name: section size overflow +#name: section size overflow (2) #source: over2.s #ld: -Ttext=0xfffffffc #nm: -n -- 2.47.3