diff options
-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 - - |