diff options
Diffstat (limited to 'libcxx/test/std/utilities/optional')
| -rw-r--r-- | libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ctor.fail.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ctor.fail.cpp b/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ctor.fail.cpp index 9a646a18154..afde18518cf 100644 --- a/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ctor.fail.cpp +++ b/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ctor.fail.cpp @@ -9,7 +9,7 @@  // UNSUPPORTED: c++98, c++03, c++11, c++14  // <optional> -// T shall be an object type other than cv in_place_t or cv nullopt_t  +// T shall be an object type other than cv in_place_t or cv nullopt_t  //   and shall satisfy the Cpp17Destructible requirements.  // Note: array types do not satisfy the Cpp17Destructible requirements. | 

