Skip to content

Commit

Permalink
Accept lower case to handle windows error messages.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242236 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
espindola committed Jul 14, 2015
1 parent 137ad1d commit 0ab901a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Object/archive-extract.test
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 0ab901a

Please sign in to comment.