diff --git a/tests/std/tests/Dev11_0863628_atomic_compare_exchange/test.cpp b/tests/std/tests/Dev11_0863628_atomic_compare_exchange/test.cpp index aaa0ae769e6..82e8a7aba72 100644 --- a/tests/std/tests/Dev11_0863628_atomic_compare_exchange/test.cpp +++ b/tests/std/tests/Dev11_0863628_atomic_compare_exchange/test.cpp @@ -323,7 +323,7 @@ constexpr atomic> b17_constexpr_v(Bytes<17>{}); #endif // __clang__ // Also test trivial destructors -STATIC_ASSERT(is_trivially_destructible_v>>); // these struct cases (and bool) +STATIC_ASSERT(is_trivially_destructible_v>>); // these struct cases STATIC_ASSERT(is_trivially_destructible_v>>); // aren't technically required to work STATIC_ASSERT(is_trivially_destructible_v>>); // in the spec, but we think they should STATIC_ASSERT(is_trivially_destructible_v>>); // on any reasonable implementation