From fa5f95611b967f636e94df300cdc1d46d95b493b Mon Sep 17 00:00:00 2001 From: Frederic Riss Date: Sun, 31 Jan 2016 04:39:16 +0000 Subject: [PATCH] [dsymutil] Fix FileCheck command. Damn case-insensitive filesystem... llvm-svn: 259319 --- test/tools/dsymutil/X86/common-sym.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tools/dsymutil/X86/common-sym.test b/test/tools/dsymutil/X86/common-sym.test index a3ba419479a..a5e4e73bf8b 100644 --- a/test/tools/dsymutil/X86/common-sym.test +++ b/test/tools/dsymutil/X86/common-sym.test @@ -1,4 +1,4 @@ -RUN: llvm-dsymutil -oso-prepend-path %p/.. %p/../Inputs/common.macho.x86_64 -f -o - | llvm-dwarfdump -debug-dump=info - | Filecheck %s +RUN: llvm-dsymutil -oso-prepend-path %p/.. %p/../Inputs/common.macho.x86_64 -f -o - | llvm-dwarfdump -debug-dump=info - | FileCheck %s The test was compiled from a single source: $ cat common.c