diff options
Diffstat (limited to 'llvm/test/FrontendC++/2009-07-16-PrivateCopyConstructor.cpp')
| -rw-r--r-- | llvm/test/FrontendC++/2009-07-16-PrivateCopyConstructor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/FrontendC++/2009-07-16-PrivateCopyConstructor.cpp b/llvm/test/FrontendC++/2009-07-16-PrivateCopyConstructor.cpp index 6003a253378..96e85b24767 100644 --- a/llvm/test/FrontendC++/2009-07-16-PrivateCopyConstructor.cpp +++ b/llvm/test/FrontendC++/2009-07-16-PrivateCopyConstructor.cpp @@ -1,4 +1,5 @@ // RUN: %llvmgxx %s -S +// XFAIL: darwin #include <set> |

