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

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@319994 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Stephan T. Lavavej
2017-12-07 00:50:23 +00:00
parent cd9466e36f
commit 8148a70b20
5 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ int main()
// S s4 { s + 1, 4 };
// S s5 { s, 5 };
S sNot { "def", 3 };
LIBCPP_ASSERT_NOEXCEPT(s0.ends_with(""));
assert ( s0.ends_with(""));