forked from OSchip/llvm-project
Accept lower case to handle windows error messages.
llvm-svn: 242236
This commit is contained in:
parent
33b6f82e72
commit
142fc2d1c2
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue