]> granicus.if.org Git - clang/commitdiff
add RUN line
authorNuno Lopes <nunoplopes@sapo.pt>
Sat, 27 Dec 2008 23:47:34 +0000 (23:47 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Sat, 27 Dec 2008 23:47:34 +0000 (23:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61452 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaObjC/property-category-3.m

index e45e0fdda8531c030d824b99500a38421317285d..84dc3ad7f7259f662c5df1be82fb4d668d38bb24 100644 (file)
@@ -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
-
-