summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/depr
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-10-08 01:32:56 +0000
committerEric Fiselier <eric@efcs.ca>2016-10-08 01:32:56 +0000
commitf03ffb2c9bb9e330127900e79e173f5c5efa46c3 (patch)
tree64db8cd773335dc386fff8a2738e7ae453c299c4 /libcxx/test/std/depr
parente58baed3a38790e5cb26abf6a595735f9c784084 (diff)
downloadbcm5719-llvm-f03ffb2c9bb9e330127900e79e173f5c5efa46c3.tar.gz
bcm5719-llvm-f03ffb2c9bb9e330127900e79e173f5c5efa46c3.zip
Remove all _LIBCPP_VERSION tests from under test/std
llvm-svn: 283644
Diffstat (limited to 'libcxx/test/std/depr')
-rw-r--r--libcxx/test/std/depr/depr.c.headers/ciso646.pass.cpp4
-rw-r--r--libcxx/test/std/depr/depr.c.headers/complex.h.pass.cpp4
-rw-r--r--libcxx/test/std/depr/depr.c.headers/tgmath_h.pass.cpp4
3 files changed, 0 insertions, 12 deletions
diff --git a/libcxx/test/std/depr/depr.c.headers/ciso646.pass.cpp b/libcxx/test/std/depr/depr.c.headers/ciso646.pass.cpp
index 725a7ab1331..6a686dc0cf6 100644
--- a/libcxx/test/std/depr/depr.c.headers/ciso646.pass.cpp
+++ b/libcxx/test/std/depr/depr.c.headers/ciso646.pass.cpp
@@ -11,10 +11,6 @@
#include <ciso646>
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
int main()
{
}
diff --git a/libcxx/test/std/depr/depr.c.headers/complex.h.pass.cpp b/libcxx/test/std/depr/depr.c.headers/complex.h.pass.cpp
index da0707990d8..0e3fd3e990b 100644
--- a/libcxx/test/std/depr/depr.c.headers/complex.h.pass.cpp
+++ b/libcxx/test/std/depr/depr.c.headers/complex.h.pass.cpp
@@ -11,10 +11,6 @@
#include <complex.h>
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
int main()
{
std::complex<double> d;
diff --git a/libcxx/test/std/depr/depr.c.headers/tgmath_h.pass.cpp b/libcxx/test/std/depr/depr.c.headers/tgmath_h.pass.cpp
index a2ef814dcae..965a8de3c56 100644
--- a/libcxx/test/std/depr/depr.c.headers/tgmath_h.pass.cpp
+++ b/libcxx/test/std/depr/depr.c.headers/tgmath_h.pass.cpp
@@ -11,10 +11,6 @@
#include <tgmath.h>
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
int main()
{
std::complex<double> cd;
OpenPOWER on IntegriCloud