diff options
Diffstat (limited to 'clang/test/SemaObjC/property-weak.m')
-rw-r--r-- | clang/test/SemaObjC/property-weak.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/SemaObjC/property-weak.m b/clang/test/SemaObjC/property-weak.m index a4397a684fc..d57774bf0fe 100644 --- a/clang/test/SemaObjC/property-weak.m +++ b/clang/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)); |