summaryrefslogtreecommitdiff
path: root/test/std/numerics/complex.number/complex.transcendentals
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2016-08-17 19:36:25 +0000
committerDimitry Andric <dim@FreeBSD.org>2016-08-17 19:36:25 +0000
commita9eb25783e00a819962a7f2b5755c203894de36b (patch)
tree2ccee294c834cd38928a8b85448a6b0ceacf5895 /test/std/numerics/complex.number/complex.transcendentals
parent51072bd6bf79ef2bc6a922079bff57c31c1effbc (diff)
Notes
Diffstat (limited to 'test/std/numerics/complex.number/complex.transcendentals')
-rw-r--r--test/std/numerics/complex.number/complex.transcendentals/asin.pass.cpp1
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()))
{