From 9c08f27ca5185ee6ea1400cf7a2a9b70851a9bd2 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sat, 27 Dec 2008 23:47:34 +0000 Subject: [PATCH] add RUN line git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61452 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/SemaObjC/property-category-3.m | 4 ++-- 1 file 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 - - -- 2.50.1