diff options
Diffstat (limited to 'libcxx/test/depr/depr.c.headers/stdarg_h.pass.cpp')
-rw-r--r-- | libcxx/test/depr/depr.c.headers/stdarg_h.pass.cpp | 4 |
1 files changed, 0 insertions, 4 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 |