diff --git a/clang/test/SemaObjC/property-10.m b/clang/test/SemaObjC/property-10.m index 8cb8ec63a916..b2aaf2b1a180 100644 --- a/clang/test/SemaObjC/property-10.m +++ b/clang/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.