summaryrefslogtreecommitdiff
path: root/test/SemaObjC/arc-setter-property-match.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/arc-setter-property-match.m')
-rw-r--r--test/SemaObjC/arc-setter-property-match.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaObjC/arc-setter-property-match.m b/test/SemaObjC/arc-setter-property-match.m
index 9158b09a47e76..83a07e94f2b96 100644
--- a/test/SemaObjC/arc-setter-property-match.m
+++ b/test/SemaObjC/arc-setter-property-match.m
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -triple x86_64-apple-darwin11 -fsyntax-only -fobjc-arc -fblocks -verify -Wno-objc-root-class %s
+// expected-no-diagnostics
// rdar://10156674
@class NSArray;