From bd35f73b6bd91a859d7c0e1b4b0e9719f342e62c Mon Sep 17 00:00:00 2001 From: John McCall Date: Sat, 4 Dec 2010 05:22:10 +0000 Subject: Apparently properties.m does not always fail; make it. llvm-svn: 120894 --- clang/test/Rewriter/properties.m | 1 + 1 file changed, 1 insertion(+) (limited to 'clang') diff --git a/clang/test/Rewriter/properties.m b/clang/test/Rewriter/properties.m index 68ff982db5a..bfc8dc124b9 100644 --- a/clang/test/Rewriter/properties.m +++ b/clang/test/Rewriter/properties.m @@ -2,6 +2,7 @@ // Fariborz approved this being xfail'ed during the addition // of explicit lvalue-to-rvalue conversions. +// RUN: false // XFAIL: * @interface Foo { -- cgit v1.2.3