summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/super-property-notation.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaObjC/super-property-notation.m')
-rw-r--r--clang/test/SemaObjC/super-property-notation.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/SemaObjC/super-property-notation.m b/clang/test/SemaObjC/super-property-notation.m
index 7d3f7c70bb5..0c17bb9392e 100644
--- a/clang/test/SemaObjC/super-property-notation.m
+++ b/clang/test/SemaObjC/super-property-notation.m
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s
+// expected-no-diagnostics
@interface B
+(int) classGetter;
OpenPOWER on IntegriCloud