diff options
Diffstat (limited to 'test/SemaObjC/property-weak.m')
| -rw-r--r-- | test/SemaObjC/property-weak.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaObjC/property-weak.m b/test/SemaObjC/property-weak.m index a4397a684fc0d..d57774bf0fec0 100644 --- a/test/SemaObjC/property-weak.m +++ b/test/SemaObjC/property-weak.m @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s +// expected-no-diagnostics @interface foo @property(nonatomic) int foo __attribute__((weak_import)); |
