summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/arm.cpp
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2010-09-02 10:15:05 +0000
committerJohn McCall <rjmccall@apple.com>2010-09-02 10:15:05 +0000
commitae1809689b8773c1ae5abeecb0de2f032a86c118 (patch)
tree5b6b3af4acb2a5b4b257edfb1b2093d751c607af /test/CodeGenCXX/arm.cpp
parent1e7fe751466ea82665fd21e9162fd7cc9c5f412d (diff)
Stupid emacs keystroke.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112815 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/arm.cpp')
-rw-r--r--test/CodeGenCXX/arm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/arm.cpp b/test/CodeGenCXX/arm.cpp
index fb962e069d..05ed603acf 100644
--- a/test/CodeGenCXX/arm.cpp
+++ b/test/CodeGenCXX/arm.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -triple=thumbv7-apple-darwin3.0.0-iphoneos -fno-use-cxa-atexit -target-abi apcs-gnu -emit-llvm -o - -fexceptions | Filecheck %s
+// RUN: %clang_cc1 %s -triple=thumbv7-apple-darwin3.0.0-iphoneos -fno-use-cxa-atexit -target-abi apcs-gnu -emit-llvm -o - -fexceptions | FileCheck %s
typedef typeof(sizeof(int)) size_t;