aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2008-08-30 16:22:34 +0000
committerDaniel Dunbar <daniel@zuster.org>2008-08-30 16:22:34 +0000
commit4bbef0f165997755cfb2760f7e165849bc552064 (patch)
tree71c4a86d8e3df3d6d8bbf3846fb2aa803a1b4129
parent1a8f00110e7b035232fde84ee9cd6c514978169d (diff)
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
-rw-r--r--test/SemaObjC/property-6.m2
-rw-r--r--test/SemaObjC/property-9-impl-method.m2
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 "<command line>"
# 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;