From edbc95706afb14f6a1d0d5c7a5cad12d2483b38a Mon Sep 17 00:00:00 2001 From: Adrian Vogelsgesang Date: Mon, 3 Nov 2025 19:59:17 +0000 Subject: [PATCH] [libc++][docs] Fix documentation of `REQUIRES: std-at-least-c++26` --- libcxx/docs/TestingLibcxx.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/docs/TestingLibcxx.rst b/libcxx/docs/TestingLibcxx.rst index dbe69484abedf..062c09571eafe 100644 --- a/libcxx/docs/TestingLibcxx.rst +++ b/libcxx/docs/TestingLibcxx.rst @@ -451,7 +451,7 @@ Instead use: .. code-block:: cpp - // UNSUPPORTED: std-at-least-c++26 + // REQUIRES: requires-std-at-least-c++26 There is no corresponding ``std-at-most-c++23``. This could be useful when tests are only valid for a small set of standard versions. For example, a