diff options
Diffstat (limited to 'clang/test/SemaObjC/super-property-notation.m')
-rw-r--r-- | clang/test/SemaObjC/super-property-notation.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/super-property-notation.m b/clang/test/SemaObjC/super-property-notation.m index 4c963629481..3b0887f26ef 100644 --- a/clang/test/SemaObjC/super-property-notation.m +++ b/clang/test/SemaObjC/super-property-notation.m @@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only -verify %s +// RUN: clang-cc -fsyntax-only -verify %s @interface B +(int) classGetter; |