From 20b342371539920da0a4fff9e9f7820cb5759fd7 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Tue, 3 Apr 2018 23:12:28 +0000 Subject: [PATCH] Fix manifestinput-error.test on Windows 10. Patch by Alexandre Ganea. Differential Revision: https://reviews.llvm.org/D45232 llvm-svn: 329132 --- lld/test/COFF/manifestinput-error.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/test/COFF/manifestinput-error.test b/lld/test/COFF/manifestinput-error.test index eca7d0d..22ddc67 100644 --- a/lld/test/COFF/manifestinput-error.test +++ b/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 -- 2.7.4