]> granicus.if.org Git - llvm/commitdiff
Merging r242236:
authorHans Wennborg <hans@hanshq.net>
Fri, 17 Jul 2015 15:41:11 +0000 (15:41 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 17 Jul 2015 15:41:11 +0000 (15:41 +0000)
------------------------------------------------------------------------
r242236 | rafael | 2015-07-14 15:42:21 -0700 (Tue, 14 Jul 2015) | 1 line

Accept lower case to handle windows error messages.
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_37@242527 91177308-0d34-0410-b5e6-96231b3b80d8

test/Object/archive-extract.test

index a77adf2cabbd0e0e425ea3a1653f1e040063deba..50372d530d88c212c005543520b0035fcac6414d 100644 (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.