diff options
Diffstat (limited to 'libcxx/test/language.support/support.runtime')
-rw-r--r-- | libcxx/test/language.support/support.runtime/cstdarg.pass.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libcxx/test/language.support/support.runtime/cstdarg.pass.cpp b/libcxx/test/language.support/support.runtime/cstdarg.pass.cpp index 90ea70fba61..059ad2f4ff9 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 |