mirror of
https://github.com/llvm-mirror/libcxx.git
synced 2025-10-24 03:32:35 +08:00
[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:
@@ -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(""));
|
||||
|
Reference in New Issue
Block a user