diff options
Diffstat (limited to 'test/std/depr/depr.c.headers/tgmath_h.pass.cpp')
-rw-r--r-- | test/std/depr/depr.c.headers/tgmath_h.pass.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/std/depr/depr.c.headers/tgmath_h.pass.cpp b/test/std/depr/depr.c.headers/tgmath_h.pass.cpp index a2ef814dcae1d..965a8de3c56e6 100644 --- a/test/std/depr/depr.c.headers/tgmath_h.pass.cpp +++ b/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; |