Move more _LIBCPP_VERSION tests to test/libcxx.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@273365 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2016-06-22 02:07:26 +00:00
parent b065399890
commit 67ec8a281b
19 changed files with 39 additions and 8 deletions

View File

@@ -15,10 +15,6 @@
#error assert not defined
#endif
#ifndef _LIBCPP_VERSION
#error _LIBCPP_VERSION not defined
#endif
int main()
{
}