From: Rafael Espindola Date: Tue, 14 Jul 2015 22:42:21 +0000 (+0000) Subject: Accept lower case to handle windows error messages. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0ab901ad765f18b21a0aa6d555d1278967f8222e;p=oota-llvm.git Accept lower case to handle windows error messages. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242236 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Object/archive-extract.test b/test/Object/archive-extract.test index a77adf2cabb..50372d530d8 100644 --- a/test/Object/archive-extract.test +++ b/test/Object/archive-extract.test @@ -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.