diff options
author | John McCall <rjmccall@apple.com> | 2010-12-04 05:22:10 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2010-12-04 05:22:10 +0000 |
commit | e7c68495633f36cf80be091f7d85c93476f3f2f2 (patch) | |
tree | 0068a37778fca12086c5fb37ec9148a5c43c881b | |
parent | 3144b72a54fd18c5dfb01e322e8b8aed20a9fb90 (diff) |
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
-rw-r--r-- | test/Rewriter/properties.m | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |