diff options
Diffstat (limited to 'test/SemaObjC/property-10.m')
-rw-r--r-- | test/SemaObjC/property-10.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/property-10.m b/test/SemaObjC/property-10.m index 8cb8ec63a916..b2aaf2b1a180 100644 --- a/test/SemaObjC/property-10.m +++ b/test/SemaObjC/property-10.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -Wreadonly-setter-attrs -verify %s -fblocks +// RUN: %clang_cc1 -fsyntax-only -verify %s -fblocks // Check property attribute consistency. |