summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/foreach.m
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2009-12-14 17:36:25 +0000
committerFariborz Jahanian <fjahanian@apple.com>2009-12-14 17:36:25 +0000
commit1147c5e70771b0e8d2aa1b9e580e57d395b979df (patch)
tree342f5389580ca95d187b7190f742cb8ce3c9182c /test/SemaObjC/foreach.m
parent4a520a2bd8a6b79fa5d4771f02e34e7bd6bc461d (diff)
Change tests to use clang -cc1...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91297 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/SemaObjC/foreach.m')
-rw-r--r--test/SemaObjC/foreach.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/foreach.m b/test/SemaObjC/foreach.m
index 2b62b1744c..315202f5eb 100644
--- a/test/SemaObjC/foreach.m
+++ b/test/SemaObjC/foreach.m
@@ -1,4 +1,4 @@
-/* RUN: clang-cc -Wall -fsyntax-only -verify -std=c89 -pedantic %s
+/* RUN: clang -cc1 -Wall -fsyntax-only -verify -std=c89 -pedantic %s
*/
@class NSArray;