[lld] r329132 - Fix manifestinput-error.test on Windows 10.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 3 16:12:28 PDT 2018


Author: ruiu
Date: Tue Apr  3 16:12:28 2018
New Revision: 329132

URL: http://llvm.org/viewvc/llvm-project?rev=329132&view=rev
Log:
Fix manifestinput-error.test on Windows 10.

Patch by Alexandre Ganea.

Differential Revision: https://reviews.llvm.org/D45232

Modified:
    lld/trunk/test/COFF/manifestinput-error.test

Modified: lld/trunk/test/COFF/manifestinput-error.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/COFF/manifestinput-error.test?rev=329132&r1=329131&r2=329132&view=diff
==============================================================================
--- lld/trunk/test/COFF/manifestinput-error.test (original)
+++ lld/trunk/test/COFF/manifestinput-error.test Tue Apr  3 16:12:28 2018
@@ -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




More information about the llvm-commits mailing list