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 | bd35f73b6bd91a859d7c0e1b4b0e9719f342e62c (patch) | |
tree | 6120f6b7679915438a16028fc958f0e9b9f75e63 /clang | |
parent | a6f59318c7af49765fee9dca197509829a531040 (diff) | |
download | bcm5719-llvm-bd35f73b6bd91a859d7c0e1b4b0e9719f342e62c.tar.gz bcm5719-llvm-bd35f73b6bd91a859d7c0e1b4b0e9719f342e62c.zip |
Apparently properties.m does not always fail; make it.
llvm-svn: 120894
Diffstat (limited to 'clang')
-rw-r--r-- | clang/test/Rewriter/properties.m | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |