commit | 4bbef0f165997755cfb2760f7e165849bc552064 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Sat Aug 30 16:22:34 2008 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Sat Aug 30 16:22:34 2008 +0000 |
tree | 71c4a86d8e3df3d6d8bbf3846fb2aa803a1b4129 | |
parent | 1a8f00110e7b035232fde84ee9cd6c514978169d [diff] [blame] |
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
diff --git a/test/SemaObjC/property-9-impl-method.m b/test/SemaObjC/property-9-impl-method.m index bb13d01..f08fc9d 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;