r197263 - Objective-C. Remove obsolete option from test.

Fariborz Jahanian fjahanian at apple.com
Fri Dec 13 11:06:55 PST 2013


Author: fjahanian
Date: Fri Dec 13 13:06:55 2013
New Revision: 197263

URL: http://llvm.org/viewvc/llvm-project?rev=197263&view=rev
Log:
Objective-C. Remove obsolete option from test.
// rdar://15641300

Modified:
    cfe/trunk/test/SemaObjC/property-10.m

Modified: cfe/trunk/test/SemaObjC/property-10.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaObjC/property-10.m?rev=197263&r1=197262&r2=197263&view=diff
==============================================================================
--- cfe/trunk/test/SemaObjC/property-10.m (original)
+++ cfe/trunk/test/SemaObjC/property-10.m Fri Dec 13 13:06:55 2013
@@ -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.
 





More information about the cfe-commits mailing list