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 | bf61e3b4d3fd81eb65c44bd71b6e001127906b98 (patch) | |
tree | 007ab3564181a44019f5c66ee45583af23d74075 /llvm/test/FrontendC++ | |
parent | fdd0eb40112b5b96a549e68fb4972f52d85d57e5 (diff) | |
download | bcm5719-llvm-bf61e3b4d3fd81eb65c44bd71b6e001127906b98.tar.gz bcm5719-llvm-bf61e3b4d3fd81eb65c44bd71b6e001127906b98.zip |
this should be xfailed on darwin. Darwin doesn't use the libstdc++ in the llvm-gcc distro, it uses the system version.
llvm-svn: 76095
Diffstat (limited to 'llvm/test/FrontendC++')
-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> |