summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libcxx/test/depr/depr.c.headers/stdarg_h.pass.cpp4
-rw-r--r--libcxx/test/language.support/support.runtime/cstdarg.pass.cpp4
2 files changed, 0 insertions, 8 deletions
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 2a7906ad7e5..7a60902529e 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 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
OpenPOWER on IntegriCloud