Skip to content

Commit 8dc8203

Browse files
committed
[LLD] [COFF] Fix test to properly test all aspects of c3b1d73. NFC.
Previously, the test could pass with one part of c3b1d73 removed.
1 parent 9282d04 commit 8dc8203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/COFF/associative-comdat-mingw-i386.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ _main:
3030
.scl 2;
3131
.type 32;
3232
.endef
33-
.section .text$foo,"xr",discard,foo
33+
.section .text$foo,"xr",discard,_foo
3434
.globl _foo
3535
.p2align 4
3636
_foo:

0 commit comments

Comments
 (0)