From a9eb25783e00a819962a7f2b5755c203894de36b Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 17 Aug 2016 19:36:25 +0000 Subject: Vendor import of libc++ release_39 branch r278877: https://llvm.org/svn/llvm-project/libcxx/branches/release_39@278877 --- test/std/numerics/complex.number/complex.transcendentals/asin.pass.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'test/std/numerics') 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 cf6f7869bd1a2..2b213094df25b 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())) { -- cgit v1.3