diff options
author | Nuno Lopes <nunoplopes@sapo.pt> | 2008-12-27 23:47:34 +0000 |
---|---|---|
committer | Nuno Lopes <nunoplopes@sapo.pt> | 2008-12-27 23:47:34 +0000 |
commit | 9c08f27ca5185ee6ea1400cf7a2a9b70851a9bd2 (patch) | |
tree | 0c68b4944a5d5a926b241d23c16fb3e77a9eeb0d | |
parent | 12868cc25c6c5d87581a39cbb2fd13a963d0c41a (diff) |
add RUN line
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61452 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/SemaObjC/property-category-3.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/SemaObjC/property-category-3.m b/test/SemaObjC/property-category-3.m index e45e0fdda8..84dc3ad7f7 100644 --- a/test/SemaObjC/property-category-3.m +++ b/test/SemaObjC/property-category-3.m @@ -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 - - |