diff options
author | Chad Rosier <mcrosier@apple.com> | 2013-05-01 20:10:14 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2013-05-01 20:10:14 +0000 |
commit | bcbf872e857d804a46559b8b2289306d1fab3f3b (patch) | |
tree | 66c5f79c68fc0fa7e3a10b748b127b4d53e64893 | |
parent | 87cdcde70a44b68bd50f1b8007656b053c407983 (diff) |
Fix typo in FileCheck.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180877 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/arm-asm-diag.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/arm-asm-diag.c b/test/CodeGen/arm-asm-diag.c index 75fbad6a86..eea7920b10 100644 --- a/test/CodeGen/arm-asm-diag.c +++ b/test/CodeGen/arm-asm-diag.c @@ -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; |