diff options
author | Chris Lattner <sabre@nondot.org> | 2009-07-16 18:45:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-07-16 18:45:51 +0000 |
commit | 9ffdfb86ecd3d2f35102142f15187294778dcc57 (patch) | |
tree | 584c16ce58cf1ee0e6fe37ce643d06812c1a2136 /test/FrontendC++/2009-07-16-PrivateCopyConstructor.cpp | |
parent | 3b5703365a3d152204071456af4f9e2c4a353459 (diff) | |
download | external_llvm-9ffdfb86ecd3d2f35102142f15187294778dcc57.zip external_llvm-9ffdfb86ecd3d2f35102142f15187294778dcc57.tar.gz external_llvm-9ffdfb86ecd3d2f35102142f15187294778dcc57.tar.bz2 |
this should be xfailed on darwin. Darwin doesn't use the libstdc++ in the llvm-gcc distro, it uses the system version.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76095 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC++/2009-07-16-PrivateCopyConstructor.cpp')
-rw-r--r-- | test/FrontendC++/2009-07-16-PrivateCopyConstructor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/FrontendC++/2009-07-16-PrivateCopyConstructor.cpp b/test/FrontendC++/2009-07-16-PrivateCopyConstructor.cpp index 6003a25..96e85b2 100644 --- a/test/FrontendC++/2009-07-16-PrivateCopyConstructor.cpp +++ b/test/FrontendC++/2009-07-16-PrivateCopyConstructor.cpp @@ -1,4 +1,5 @@ // RUN: %llvmgxx %s -S +// XFAIL: darwin #include <set> |