r180877 - Fix typo in FileCheck.
Chad Rosier
mcrosier at apple.com
Wed May 1 13:10:14 PDT 2013
Author: mcrosier
Date: Wed May 1 15:10:14 2013
New Revision: 180877
URL: http://llvm.org/viewvc/llvm-project?rev=180877&view=rev
Log:
Fix typo in FileCheck.
Modified:
cfe/trunk/test/CodeGen/arm-asm-diag.c
Modified: cfe/trunk/test/CodeGen/arm-asm-diag.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/arm-asm-diag.c?rev=180877&r1=180876&r2=180877&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/arm-asm-diag.c (original)
+++ cfe/trunk/test/CodeGen/arm-asm-diag.c Wed May 1 15:10:14 2013
@@ -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;
More information about the cfe-commits
mailing list