| commit | 43cb9a01bc014feaf4cc7e7cc96349bf14e16d32 | [log] [tgz] |
|---|---|---|
| author | Fariborz Jahanian <fjahanian@apple.com> | Mon Dec 14 17:47:10 2009 +0000 |
| committer | Fariborz Jahanian <fjahanian@apple.com> | Mon Dec 14 17:47:10 2009 +0000 |
| tree | 5e8a568de3257283ea57d9a2bf2f2f4ea68654f8 | |
| parent | 854a4eb76146b343201019bbf0f09a7353a6778b [diff] [blame] |
Make tests use the new clang -cc1 flag. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91299 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Rewriter/objc-super-test.m b/test/Rewriter/objc-super-test.m index 500933d..7a3b3af 100644 --- a/test/Rewriter/objc-super-test.m +++ b/test/Rewriter/objc-super-test.m
@@ -1,4 +1,4 @@ -// RUN: clang-cc -rewrite-objc %s -o - | grep objc_msgSendSuper | grep MainMethod +// RUN: clang -cc1 -rewrite-objc %s -o - | grep objc_msgSendSuper | grep MainMethod typedef struct objc_selector *SEL; typedef struct objc_object *id;