summaryrefslogtreecommitdiffstats
path: root/test/Parser/objc-category-neg-1.m
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2009-12-14 17:51:07 +0000
committerFariborz Jahanian <fjahanian@apple.com>2009-12-14 17:51:07 +0000
commitca6180f06901dfedf2b8e4e115db2682078e22c0 (patch)
tree998eb47ff955c80e1a2c5843232da0f90f600db3 /test/Parser/objc-category-neg-1.m
parent43cb9a01bc014feaf4cc7e7cc96349bf14e16d32 (diff)
Make tests use the new clang cc1 flag.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91300 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Parser/objc-category-neg-1.m')
-rw-r--r--test/Parser/objc-category-neg-1.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser/objc-category-neg-1.m b/test/Parser/objc-category-neg-1.m
index 6c1bd29517..957dbde2d7 100644
--- a/test/Parser/objc-category-neg-1.m
+++ b/test/Parser/objc-category-neg-1.m
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s
+// RUN: clang -cc1 -fsyntax-only -verify %s
void __assert_rtn(const char *, const char *, int, const char *) __attribute__((__noreturn__));
static __inline__ int __inline_isfinitef (float ) __attribute__ ((always_inline));