commit | 1147c5e70771b0e8d2aa1b9e580e57d395b979df | [log] [tgz] |
---|---|---|
author | Fariborz Jahanian <fjahanian@apple.com> | Mon Dec 14 17:36:25 2009 +0000 |
committer | Fariborz Jahanian <fjahanian@apple.com> | Mon Dec 14 17:36:25 2009 +0000 |
tree | 342f5389580ca95d187b7190f742cb8ce3c9182c | |
parent | 4a520a2bd8a6b79fa5d4771f02e34e7bd6bc461d [diff] [blame] |
Change tests to use clang -cc1... git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91297 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/SemaObjC/protocol-implementation-inherited.m b/test/SemaObjC/protocol-implementation-inherited.m index 55b92ae..4fc60fe 100644 --- a/test/SemaObjC/protocol-implementation-inherited.m +++ b/test/SemaObjC/protocol-implementation-inherited.m
@@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify %s +// RUN: clang -cc1 -fsyntax-only -verify %s @protocol P0 -bar;