diff options
Diffstat (limited to 'test/Rewriter/method-encoding-1.m')
-rw-r--r-- | test/Rewriter/method-encoding-1.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Rewriter/method-encoding-1.m b/test/Rewriter/method-encoding-1.m index 4726061..77bbd8c 100644 --- a/test/Rewriter/method-encoding-1.m +++ b/test/Rewriter/method-encoding-1.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -rewrite-objc %s -o - +// RUN: clang -cc1 -rewrite-objc %s -o - @protocol P1 - (void) MyProtoMeth : (int **) arg1 : (void*) arg2; |