diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-08-17 19:36:25 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-08-17 19:36:25 +0000 |
commit | a9eb25783e00a819962a7f2b5755c203894de36b (patch) | |
tree | 2ccee294c834cd38928a8b85448a6b0ceacf5895 /test/std/numerics/complex.number/complex.transcendentals/asin.pass.cpp | |
parent | 51072bd6bf79ef2bc6a922079bff57c31c1effbc (diff) | |
download | src-a9eb25783e00a819962a7f2b5755c203894de36b.tar.gz src-a9eb25783e00a819962a7f2b5755c203894de36b.zip |
Vendor import of libc++ release_39 branch r278877:vendor/libc++/libc++-release_39-r278877
Notes
Notes:
svn path=/vendor/libc++/dist/; revision=304304
svn path=/vendor/libc++/libc++-release_39-r278877/; revision=304305; tag=vendor/libc++/libc++-release_39-r278877
Diffstat (limited to 'test/std/numerics/complex.number/complex.transcendentals/asin.pass.cpp')
-rw-r--r-- | test/std/numerics/complex.number/complex.transcendentals/asin.pass.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/std/numerics/complex.number/complex.transcendentals/asin.pass.cpp b/test/std/numerics/complex.number/complex.transcendentals/asin.pass.cpp index cf6f7869bd1a..2b213094df25 100644 --- a/test/std/numerics/complex.number/complex.transcendentals/asin.pass.cpp +++ b/test/std/numerics/complex.number/complex.transcendentals/asin.pass.cpp @@ -91,7 +91,6 @@ void test_edges() { assert(std::isnan(r.real())); assert(std::isnan(r.imag())); - assert(std::signbit(testcases[i].imag()) == std::signbit(r.imag())); } else if (std::isnan(testcases[i].real()) && std::isinf(testcases[i].imag())) { |