[PATCH] D45232: Fix manifestinput-error.test on W10

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 3 15:51:01 PDT 2018


ruiu added inline comments.


================
Comment at: lld/test/COFF/manifestinput-error.test:10
 
-# CHECK: error: unable to find mt.exe in PATH: No such file or directory
+# CHECK: error: unable to find mt.exe in PATH: no such file or directory
----------------
It is better to prepare for both.

  CHECK: error: unable to find mt.exe in PATH: {{[Nn]}}o such file or directory


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D45232





More information about the llvm-commits mailing list