[cfe-commits] r61452 - /cfe/trunk/test/SemaObjC/property-category-3.m
Nuno Lopes
nunoplopes at sapo.pt
Sat Dec 27 15:47:36 PST 2008
Author: nlopes
Date: Sat Dec 27 17:47:34 2008
New Revision: 61452
URL: http://llvm.org/viewvc/llvm-project?rev=61452&view=rev
Log:
add RUN line
Modified:
cfe/trunk/test/SemaObjC/property-category-3.m
Modified: cfe/trunk/test/SemaObjC/property-category-3.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaObjC/property-category-3.m?rev=61452&r1=61451&r2=61452&view=diff
==============================================================================
--- cfe/trunk/test/SemaObjC/property-category-3.m (original)
+++ cfe/trunk/test/SemaObjC/property-category-3.m Sat Dec 27 17:47:34 2008
@@ -1,3 +1,5 @@
+// RUN: clang -fsyntax-only -verify %s
+
@protocol P
@property(readonly) int X;
@end
@@ -27,5 +29,3 @@
@implementation A
@dynamic categoryProperty;
@end
-
-
More information about the cfe-commits
mailing list