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

llvm-svn: 319994
This commit is contained in:
Stephan T. Lavavej
2017-12-07 00:50:23 +00:00
parent d6037ebeeb
commit 4626c9a647
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(""));