summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/class-extension-dup-methods.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaObjC/class-extension-dup-methods.m')
-rw-r--r--clang/test/SemaObjC/class-extension-dup-methods.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/class-extension-dup-methods.m b/clang/test/SemaObjC/class-extension-dup-methods.m
index d13b218cc78..f50b293ade3 100644
--- a/clang/test/SemaObjC/class-extension-dup-methods.m
+++ b/clang/test/SemaObjC/class-extension-dup-methods.m
@@ -1,4 +1,4 @@
-// RUN: clang -fsyntax-only -verify %s
+// RUN: clang-cc -fsyntax-only -verify %s
@interface Foo
- (int) garf; // expected-note {{ previous declaration is here}}
OpenPOWER on IntegriCloud