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:
@@ -29,7 +29,7 @@ int main()
|
||||
assert(f2(3,2) == 5);
|
||||
assert(f2(3.0, 2) == 5);
|
||||
assert(f2(3, 2.5) == 5.5);
|
||||
|
||||
|
||||
constexpr int foo = std::plus<int> () (3, 2);
|
||||
static_assert ( foo == 5, "" );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user