From: Eric Fiselier Date: Thu, 20 Nov 2014 03:39:25 +0000 (+0000) Subject: Remove tests that va_copy is not defined when C++ < 11. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b0a6ce96c953d7086deaa5f5f93e649fa3f0458;p=platform%2Fupstream%2Fllvm.git Remove tests that va_copy is not defined when C++ < 11. llvm-svn: 222405 --- diff --git a/libcxx/test/depr/depr.c.headers/stdarg_h.pass.cpp b/libcxx/test/depr/depr.c.headers/stdarg_h.pass.cpp index 2a7906a..7a60902 100644 --- a/libcxx/test/depr/depr.c.headers/stdarg_h.pass.cpp +++ b/libcxx/test/depr/depr.c.headers/stdarg_h.pass.cpp @@ -19,10 +19,6 @@ # ifndef va_copy # error va_copy is not defined when c++ >= 11 # endif -#else -# ifdef va_copy -# error va_copy is unexpectedly defined when c++ < 11 -# endif #endif #ifndef va_end diff --git a/libcxx/test/language.support/support.runtime/cstdarg.pass.cpp b/libcxx/test/language.support/support.runtime/cstdarg.pass.cpp index 90ea70f..059ad2f 100644 --- a/libcxx/test/language.support/support.runtime/cstdarg.pass.cpp +++ b/libcxx/test/language.support/support.runtime/cstdarg.pass.cpp @@ -19,10 +19,6 @@ # ifndef va_copy # error va_copy is not defined when c++ >= 11 # endif -#else -# ifdef va_copy -# error va_copy is unexpectedly defined when c++ < 11 -# endif #endif #ifndef va_end