From 1b1ad651eacb67385f187eb92a798165deb72c64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Sat, 25 Jul 2020 15:01:48 +0300 Subject: [LLD] [COFF] Fix test to properly test all aspects of c3b1d730d6. NFC. Previously, the test could pass with one part of c3b1d730d6 removed. (cherry picked from commit 8dc820393219c7ee440b4ec86c9a201301943276) --- lld/test/COFF/associative-comdat-mingw-i386.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/test/COFF/associative-comdat-mingw-i386.s b/lld/test/COFF/associative-comdat-mingw-i386.s index 3f5e023..8d89478 100644 --- a/lld/test/COFF/associative-comdat-mingw-i386.s +++ b/lld/test/COFF/associative-comdat-mingw-i386.s @@ -30,7 +30,7 @@ _main: .scl 2; .type 32; .endef - .section .text$foo,"xr",discard,foo + .section .text$foo,"xr",discard,_foo .globl _foo .p2align 4 _foo: -- cgit v1.1