diff options
Diffstat (limited to 'libcxx/test/std/numerics/c.math')
-rw-r--r-- | libcxx/test/std/numerics/c.math/ctgmath.pass.cpp | 4 | ||||
-rw-r--r-- | libcxx/test/std/numerics/c.math/tgmath_h.pass.cpp | 4 | ||||
-rw-r--r-- | libcxx/test/std/numerics/c.math/version_cmath.pass.cpp | 20 |
3 files changed, 0 insertions, 28 deletions
diff --git a/libcxx/test/std/numerics/c.math/ctgmath.pass.cpp b/libcxx/test/std/numerics/c.math/ctgmath.pass.cpp index 278217e0484..04a06280450 100644 --- a/libcxx/test/std/numerics/c.math/ctgmath.pass.cpp +++ b/libcxx/test/std/numerics/c.math/ctgmath.pass.cpp @@ -11,10 +11,6 @@ #include <ctgmath> -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - int main() { std::complex<double> cd; diff --git a/libcxx/test/std/numerics/c.math/tgmath_h.pass.cpp b/libcxx/test/std/numerics/c.math/tgmath_h.pass.cpp index 23143c7140a..65fc54ebda5 100644 --- a/libcxx/test/std/numerics/c.math/tgmath_h.pass.cpp +++ b/libcxx/test/std/numerics/c.math/tgmath_h.pass.cpp @@ -11,10 +11,6 @@ #include <tgmath.h> -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - int main() { } diff --git a/libcxx/test/std/numerics/c.math/version_cmath.pass.cpp b/libcxx/test/std/numerics/c.math/version_cmath.pass.cpp deleted file mode 100644 index 1249a902e7a..00000000000 --- a/libcxx/test/std/numerics/c.math/version_cmath.pass.cpp +++ /dev/null @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <cmath> - -#include <cmath> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} |