2017-09-06 09:50:36 +08:00
|
|
|
# UNSUPPORTED: manifest_tool
|
|
|
|
# UNSUPPORTED: libxml2
|
|
|
|
|
2020-08-21 06:00:25 +08:00
|
|
|
# RUN: yaml2obj %p/Inputs/ret42.yaml -o %t.obj
|
2017-09-06 09:50:36 +08:00
|
|
|
# RUN: not lld-link /out:%t.exe /entry:main \
|
|
|
|
# RUN: /manifest:embed \
|
|
|
|
# RUN: /manifestuac:"level='requireAdministrator'" \
|
|
|
|
# RUN: /manifestinput:%p/Inputs/manifestinput.test %t.obj 2>&1 | FileCheck %s
|
|
|
|
|
2018-04-04 07:12:28 +08:00
|
|
|
# CHECK: error: unable to find mt.exe in PATH: {{[Nn]}}o such file or directory
|