Accept lower case to handle windows error messages.

llvm-svn: 242236
This commit is contained in:
Rafael Espindola 2015-07-14 22:42:21 +00:00
parent 33b6f82e72
commit 142fc2d1c2
1 changed files with 1 additions and 1 deletions

View File

@ -53,4 +53,4 @@ RUN: llvm-ar p %p/Inputs/thin.a evenlen | FileCheck %s --check-prefix=EVENLEN
EVENLEN: evenlen
RUN: not llvm-ar p %p/Inputs/thin-path.a t/test2.o | FileCheck %s --check-prefix=MISSING
MISSING: No such file or directory.
MISSING: {{N|n}}o such file or directory.