summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/protocol-property-synth.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenObjC/protocol-property-synth.m')
-rw-r--r--clang/test/CodeGenObjC/protocol-property-synth.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/protocol-property-synth.m b/clang/test/CodeGenObjC/protocol-property-synth.m
index ab230af2321..f59de81f8b3 100644
--- a/clang/test/CodeGenObjC/protocol-property-synth.m
+++ b/clang/test/CodeGenObjC/protocol-property-synth.m
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fobjc-nonfragile-abi -emit-llvm -o %t %s
+// RUN: clang -cc1 -fobjc-nonfragile-abi -emit-llvm -o %t %s
@interface BaseClass {
id _delegate;
OpenPOWER on IntegriCloud