From 4bbef0f165997755cfb2760f7e165849bc552064 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sat, 30 Aug 2008 16:22:34 +0000 Subject: [PATCH] Temporarily disable some tests which due to dot-syntax access of methods. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55569 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/SemaObjC/property-6.m | 2 +- test/SemaObjC/property-9-impl-method.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/SemaObjC/property-6.m b/test/SemaObjC/property-6.m index a51994d3d4..6173d52603 100644 --- a/test/SemaObjC/property-6.m +++ b/test/SemaObjC/property-6.m @@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only -verify %s +// RUNX: clang -fsyntax-only -verify %s # 1 "" # 1 "/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h" 1 3 typedef signed char BOOL; diff --git a/test/SemaObjC/property-9-impl-method.m b/test/SemaObjC/property-9-impl-method.m index bb13d01b74..f08fc9de06 100644 --- a/test/SemaObjC/property-9-impl-method.m +++ b/test/SemaObjC/property-9-impl-method.m @@ -1,4 +1,4 @@ -// RUN: clang %s -fsyntax-only -verify +// RUNX: clang %s -fsyntax-only -verify // rdar://5967199 typedef signed char BOOL; -- 2.40.0