Remove all _LIBCPP_VERSION tests from under test/std

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@283644 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2016-10-08 01:32:56 +00:00
parent fd1c9dddcc
commit cedbdd7fee
13 changed files with 127 additions and 24 deletions

View File

@@ -11,10 +11,6 @@
#include <ctgmath>
#ifndef _LIBCPP_VERSION
#error _LIBCPP_VERSION not defined
#endif
int main()
{
std::complex<double> cd;