[PATCH] D45232: Fix manifestinput-error.test on W10
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 3 16:15:23 PDT 2018
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL329132: Fix manifestinput-error.test on Windows 10. (authored by ruiu, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D45232?vs=140880&id=140882#toc
Repository:
rL LLVM
https://reviews.llvm.org/D45232
Files:
lld/trunk/test/COFF/manifestinput-error.test
Index: lld/trunk/test/COFF/manifestinput-error.test
===================================================================
--- lld/trunk/test/COFF/manifestinput-error.test
+++ lld/trunk/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.140882.patch
Type: text/x-patch
Size: 528 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180403/a45c5dee/attachment.bin>
More information about the llvm-commits
mailing list