diff options
Diffstat (limited to 'test/SemaObjC/property-2.m')
-rw-r--r-- | test/SemaObjC/property-2.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaObjC/property-2.m b/test/SemaObjC/property-2.m index f95af5990275a..3298ee5766e2a 100644 --- a/test/SemaObjC/property-2.m +++ b/test/SemaObjC/property-2.m @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s +// expected-no-diagnostics @interface Tester @property char PropertyAtomic_char; |