Remove tests that va_copy is not defined when C++ < 11.
authorEric Fiselier <eric@efcs.ca>
Thu, 20 Nov 2014 03:39:25 +0000 (03:39 +0000)
committerEric Fiselier <eric@efcs.ca>
Thu, 20 Nov 2014 03:39:25 +0000 (03:39 +0000)
llvm-svn: 222405

libcxx/test/depr/depr.c.headers/stdarg_h.pass.cpp
libcxx/test/language.support/support.runtime/cstdarg.pass.cpp

index 2a7906a..7a60902 100644 (file)
 #  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
index 90ea70f..059ad2f 100644 (file)
 #  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