llvm-project/libcxx/test/std/strings/string.view
Marshall Clow a14b76707c Fix a one more compare test that assumed -1/0/1 instsad of <0/0/>0. NFC.
llvm-svn: 359106
2019-04-24 15:26:45 +00:00
..
string.view.access Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. These are just rebranded 'operator[]', and should be noexcept like it is. 2019-03-19 03:30:07 +00:00
string.view.capacity Support tests in freestanding 2019-02-04 20:31:13 +00:00
string.view.comparison Support tests in freestanding 2019-02-04 20:31:13 +00:00
string.view.cons Support tests in freestanding 2019-02-04 20:31:13 +00:00
string.view.find Support tests in freestanding 2019-02-04 20:31:13 +00:00
string.view.hash Support tests in freestanding 2019-02-04 20:31:13 +00:00
string.view.io Support tests in freestanding 2019-02-04 20:31:13 +00:00
string.view.iterators Support tests in freestanding 2019-02-04 20:31:13 +00:00
string.view.modifiers [libc++] Remove unnecessary <iostream> #includes in tests 2019-03-28 16:38:15 +00:00
string.view.nonmem Support tests in freestanding 2019-02-04 20:31:13 +00:00
string.view.ops Fix a one more compare test that assumed -1/0/1 instsad of <0/0/>0. NFC. 2019-04-24 15:26:45 +00:00
string.view.synop Support tests in freestanding 2019-02-04 20:31:13 +00:00
string.view.template Support tests in freestanding 2019-02-04 20:31:13 +00:00
string_view.literals Support tests in freestanding 2019-02-04 20:31:13 +00:00
char.bad.fail.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
traits_mismatch.fail.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
types.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00