From 0ab901ad765f18b21a0aa6d555d1278967f8222e Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Tue, 14 Jul 2015 22:42:21 +0000 Subject: [PATCH] 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 --- test/Object/archive-extract.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1