summaryrefslogtreecommitdiff
path: root/test/SemaObjC/class-property-access.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/class-property-access.m')
-rw-r--r--test/SemaObjC/class-property-access.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaObjC/class-property-access.m b/test/SemaObjC/class-property-access.m
index c46d3fb397ce..735b51a3c432 100644
--- a/test/SemaObjC/class-property-access.m
+++ b/test/SemaObjC/class-property-access.m
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s
+// expected-no-diagnostics
@interface Test {}
+ (Test*)one;