summaryrefslogtreecommitdiff
path: root/test/Rewriter/static-type-protocol-1.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Rewriter/static-type-protocol-1.m')
-rw-r--r--test/Rewriter/static-type-protocol-1.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Rewriter/static-type-protocol-1.m b/test/Rewriter/static-type-protocol-1.m
index 735c94278d..a072c9f3ca 100644
--- a/test/Rewriter/static-type-protocol-1.m
+++ b/test/Rewriter/static-type-protocol-1.m
@@ -1,4 +1,4 @@
-// RUN: clang -cc1 -rewrite-objc %s -o -
+// RUN: %clang_cc1 -rewrite-objc %s -o -
@protocol Proto
- (void) ProtoDidget;