Remove trailing whitespace in test suite. Approved by Marshall Clow.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@271435 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1054,7 +1054,7 @@ void test_hypot()
|
||||
static_assert((std::is_same<decltype(std::hypot((int)0, (int)0)), double>::value), "");
|
||||
static_assert((std::is_same<decltype(hypot(Ambiguous(), Ambiguous())), Ambiguous>::value), "");
|
||||
assert(std::hypot(3,4) == 5);
|
||||
|
||||
|
||||
#if TEST_STD_VER > 14
|
||||
static_assert((std::is_same<decltype(std::hypot((float)0, (float)0, (float)0)), float>::value), "");
|
||||
static_assert((std::is_same<decltype(std::hypot((float)0, (bool)0, (float)0)), double>::value), "");
|
||||
|
||||
Reference in New Issue
Block a user