Skip to content

Commit dccced2

Browse files
authored
[libc++][docs] Fix documentation of REQUIRES: std-at-least-* (#166226)
Due to me not double-checking my PR, an overly eager AI auto-completion made it into my previous PR :/
1 parent 009706f commit dccced2

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-
// REQUIRES: requires-std-at-least-c++26
454+
// 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)