[cfe-commits] r120894 - /cfe/trunk/test/Rewriter/properties.m
John McCall
rjmccall at apple.com
Fri Dec 3 21:22:10 PST 2010
Author: rjmccall
Date: Fri Dec 3 23:22:10 2010
New Revision: 120894
URL: http://llvm.org/viewvc/llvm-project?rev=120894&view=rev
Log:
Apparently properties.m does not always fail; make it.
Modified:
cfe/trunk/test/Rewriter/properties.m
Modified: cfe/trunk/test/Rewriter/properties.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Rewriter/properties.m?rev=120894&r1=120893&r2=120894&view=diff
==============================================================================
--- cfe/trunk/test/Rewriter/properties.m (original)
+++ cfe/trunk/test/Rewriter/properties.m Fri Dec 3 23:22:10 2010
@@ -2,6 +2,7 @@
// Fariborz approved this being xfail'ed during the addition
// of explicit lvalue-to-rvalue conversions.
+// RUN: false
// XFAIL: *
@interface Foo {
More information about the cfe-commits
mailing list