]> granicus.if.org Git - clang/commitdiff
Fix typo in FileCheck.
authorChad Rosier <mcrosier@apple.com>
Wed, 1 May 2013 20:10:14 +0000 (20:10 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 1 May 2013 20:10:14 +0000 (20:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180877 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/arm-asm-diag.c

index 75fbad6a86c8aec4ec81d72fea0151ce5d756e27..eea7920b106230e3d4e1a753ca36141310a91d46 100644 (file)
@@ -1,5 +1,5 @@
 // REQUIRES: arm-registered-target
-// RUN: %clang_cc1 -triple armv7 %s -S -o /dev/null 2>&1 | Filecheck %s
+// RUN: %clang_cc1 -triple armv7 %s -S -o /dev/null 2>&1 | FileCheck %s
 
 // rdar://13446483
 typedef __attribute__((neon_vector_type(2))) long long int64x2_t;