diff options
Diffstat (limited to 'libcxx/docs/TestingLibcxx.rst')
| -rw-r--r-- | libcxx/docs/TestingLibcxx.rst | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/docs/TestingLibcxx.rst b/libcxx/docs/TestingLibcxx.rst index dbe6948..e15c5b1 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: 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  | 
