llvm-project/libcxx/test/std/strings/string.view/string.view.iterators
Joe Loser eb1ceb17ae [libc++][test] Use TEST_HAS_NO_CHAR8_T to simplify #ifdefs. NFCI.
Many tests in `libcxx/test/std/strings` use
`#if defined(__cpp_lib_char8_t) && __cpp_lib_char8_t >= 201811L`
which can be replaced with the more terse `#ifndef TEST_HAS_NO_CHAR8_T`.

Differential Revision: https://reviews.llvm.org/D132626
2022-08-25 21:09:10 -06:00
..
begin.pass.cpp [libc++][test] Use TEST_HAS_NO_CHAR8_T to simplify #ifdefs. NFCI. 2022-08-25 21:09:10 -06:00
end.pass.cpp [libc++][test] Use TEST_HAS_NO_CHAR8_T to simplify #ifdefs. NFCI. 2022-08-25 21:09:10 -06:00
iterator_concept_conformance.compile.pass.cpp [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -04:00
rbegin.pass.cpp [libc++][test] Use TEST_HAS_NO_CHAR8_T to simplify #ifdefs. NFCI. 2022-08-25 21:09:10 -06:00
rend.pass.cpp [libc++][test] Use TEST_HAS_NO_CHAR8_T to simplify #ifdefs. NFCI. 2022-08-25 21:09:10 -06:00