Skip to content

Commit

Permalink
[LLD] [COFF] Fix test to properly test all aspects of c3b1d73. NFC.
Browse files Browse the repository at this point in the history
Previously, the test could pass with one part of c3b1d73 removed.
  • Loading branch information
mstorsjo committed Jul 26, 2020
1 parent 9282d04 commit 8dc8203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lld/test/COFF/associative-comdat-mingw-i386.s
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8dc8203

Please sign in to comment.