diff options
author | Eric Fiselier <eric@efcs.ca> | 2014-11-20 03:39:25 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2014-11-20 03:39:25 +0000 |
commit | 3b0a6ce96c953d7086deaa5f5f93e649fa3f0458 (patch) | |
tree | ff434e4f7c04fca9dfa59d56165bd99003dd7149 /libcxx/test/language.support/support.runtime | |
parent | e9f130cfdf4961b0f110fd20b1c18951328bef2d (diff) | |
download | bcm5719-llvm-3b0a6ce96c953d7086deaa5f5f93e649fa3f0458.tar.gz bcm5719-llvm-3b0a6ce96c953d7086deaa5f5f93e649fa3f0458.zip |
Remove tests that va_copy is not defined when C++ < 11.
llvm-svn: 222405
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 |