[libcxx] [test] Strip trailing whitespace. NFC.

llvm-svn: 305848
This commit is contained in:
Stephan T. Lavavej
2017-06-20 21:00:02 +00:00
parent f765cad13e
commit 5984426f91
14 changed files with 31 additions and 32 deletions

View File

@@ -157,7 +157,7 @@ int main()
test<int>(3);
static_assert(constexpr_test<int>(), "" );
static_assert(constexpr_test<int>(3), "" );
{
optional<const int> o(42);
optional<const int> o2(std::move(o));