From e7c68495633f36cf80be091f7d85c93476f3f2f2 Mon Sep 17 00:00:00 2001 From: John McCall Date: Sat, 4 Dec 2010 05:22:10 +0000 Subject: [PATCH] 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 --- test/Rewriter/properties.m | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.50.1