Accept lower case to handle windows error messages.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 14 Jul 2015 22:42:21 +0000 (22:42 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 14 Jul 2015 22:42:21 +0000 (22:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242236 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.