diff options
Diffstat (limited to 'test/SemaObjC/property-weak.m')
-rw-r--r-- | test/SemaObjC/property-weak.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/property-weak.m b/test/SemaObjC/property-weak.m index 293432fc8..2e4e1f0 100644 --- a/test/SemaObjC/property-weak.m +++ b/test/SemaObjC/property-weak.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -triple i386-apple-darwin9 -fsyntax-only -verify %s +// RUN: clang -cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s @interface foo @property(nonatomic) int foo __attribute__((weak_import)); |