diff options
author | Eric Fiselier <eric@efcs.ca> | 2016-10-08 01:32:56 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2016-10-08 01:32:56 +0000 |
commit | f03ffb2c9bb9e330127900e79e173f5c5efa46c3 (patch) | |
tree | 64db8cd773335dc386fff8a2738e7ae453c299c4 /libcxx/test/std/numerics/c.math/ctgmath.pass.cpp | |
parent | e58baed3a38790e5cb26abf6a595735f9c784084 (diff) | |
download | bcm5719-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/numerics/c.math/ctgmath.pass.cpp')
-rw-r--r-- | libcxx/test/std/numerics/c.math/ctgmath.pass.cpp | 4 |
1 files changed, 0 insertions, 4 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; |