Skip to content

Commit d4ca474

Browse files
authored
[libc++][docs] Fix documentation of REQUIRES: std-at-least-* (#166221)
1 parent 15bbdd1 commit d4ca474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/docs/TestingLibcxx.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ Instead use:
451451

452452
.. code-block:: cpp
453453
454-
// UNSUPPORTED: std-at-least-c++26
454+
// REQUIRES: requires-std-at-least-c++26
455455
456456
There is no corresponding ``std-at-most-c++23``. This could be useful when
457457
tests are only valid for a small set of standard versions. For example, a

0 commit comments

Comments
 (0)