[PATCH] D45232: Fix manifestinput-error.test on W10
Alexandre Ganea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 3 16:07:37 PDT 2018
aganea updated this revision to Diff 140880.
aganea added a comment.
Thank you Rui, works now. Would you like to commit?
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D45232
Files:
lld/test/COFF/manifestinput-error.test
Index: lld/test/COFF/manifestinput-error.test
===================================================================
--- lld/test/COFF/manifestinput-error.test
+++ lld/test/COFF/manifestinput-error.test
@@ -7,4 +7,4 @@
# RUN: /manifestuac:"level='requireAdministrator'" \
# RUN: /manifestinput:%p/Inputs/manifestinput.test %t.obj 2>&1 | FileCheck %s
-# CHECK: error: unable to find mt.exe in PATH: No such file or directory
+# CHECK: error: unable to find mt.exe in PATH: {{[Nn]}}o such file or directory
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45232.140880.patch
Type: text/x-patch
Size: 510 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180403/e69179b3/attachment.bin>
More information about the llvm-commits
mailing list