1# UNSUPPORTED: libxml2
2# REQUIRES: manifest_tool
3
4# RUN: yaml2obj %p/Inputs/ret42.yaml > %t.obj
5# RUN: 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 | \
9# RUN:	 FileCheck -allow-empty %s
10
11# CHECK-NOT: warning: error with internal manifest tool: no libxml2
12