[LLD][COFF] Fix TypeServerSource matcher with more than one collision
[llvm-project.git] / lld / test / COFF / manifestinput-error.test
blob6bddf88254569d838a957c81798c1f98fdc2a55f
1 # UNSUPPORTED: manifest_tool
2 # UNSUPPORTED: libxml2
4 # RUN: yaml2obj %p/Inputs/ret42.yaml -o %t.obj
5 # RUN: env LLD_IN_TEST=1 not lld-link /out:%t.exe /entry:main \
6 # RUN:   /manifest:embed \
7 # RUN:   /manifestuac:"level='requireAdministrator'" \
8 # RUN:   /manifestinput:%p/Inputs/manifestinput.test %t.obj 2>&1 | FileCheck -DMSG=%errc_ENOENT %s
10 # CHECK: error: unable to find mt.exe in PATH: [[MSG]]