From: Chris Lattner Date: Thu, 16 Jul 2009 18:45:51 +0000 (+0000) Subject: this should be xfailed on darwin. Darwin doesn't use the libstdc++ in the llvm-gcc... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=dfce3603069fdb6380d3380af434981fcd6e206a;p=oota-llvm.git 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 --- diff --git a/test/FrontendC++/2009-07-16-PrivateCopyConstructor.cpp b/test/FrontendC++/2009-07-16-PrivateCopyConstructor.cpp index 6003a253378..96e85b24767 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