summaryrefslogtreecommitdiff
path: root/test/SemaObjC/direct-synthesized-ivar-access.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/direct-synthesized-ivar-access.m')
-rw-r--r--test/SemaObjC/direct-synthesized-ivar-access.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaObjC/direct-synthesized-ivar-access.m b/test/SemaObjC/direct-synthesized-ivar-access.m
index dc1491173a..a276a64913 100644
--- a/test/SemaObjC/direct-synthesized-ivar-access.m
+++ b/test/SemaObjC/direct-synthesized-ivar-access.m
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -fsyntax-only -fobjc-default-synthesize-properties -verify -Wno-objc-root-class %s
+// expected-no-diagnostics
// rdar://8673791
// rdar://9943851