[dsymutil] Fix FileCheck command.
authorFrederic Riss <friss@apple.com>
Sun, 31 Jan 2016 04:39:16 +0000 (04:39 +0000)
committerFrederic Riss <friss@apple.com>
Sun, 31 Jan 2016 04:39:16 +0000 (04:39 +0000)
Damn case-insensitive filesystem...

llvm-svn: 259319

llvm/test/tools/dsymutil/X86/common-sym.test

index a3ba419..a5e4e73 100644 (file)
@@ -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