From: John McCall Date: Sat, 4 Dec 2010 05:22:10 +0000 (+0000) Subject: Apparently properties.m does not always fail; make it. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7c68495633f36cf80be091f7d85c93476f3f2f2;p=clang Apparently properties.m does not always fail; make it. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120894 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Rewriter/properties.m b/test/Rewriter/properties.m index 68ff982db5..bfc8dc124b 100644 --- a/test/Rewriter/properties.m +++ b/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 {