[LLD][COFF] Fix TypeServerSource matcher with more than one collision
[llvm-project.git] / lld / test / COFF / defparser.test
blob23e366d6ebfa4accbe5974122fd4c194d3180f48
1 # RUN: yaml2obj %p/Inputs/ret42.yaml -o %t.obj
3 # RUN: echo -e "LIBRARY foo\nEXPORTS ? @" > %t.def
4 # RUN: not lld-link /def:%t.def %t.obj
6 # RUN: echo -e "LIBRARY foo\nHEAP abc" > %t.def
7 # RUN: not lld-link /def:%t.def %t.obj
9 # RUN: echo -e "LIBRARY foo\nSTACK abc" > %t.def
10 # RUN: not lld-link /def:%t.def %t.obj
12 # RUN: echo -e "foo" > %t.def
13 # RUN: not lld-link /def:%t.def %t.obj