mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 03:16:07 +00:00

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