Index: libcxx/test/std/concepts/concepts.callable/concept.invocable/invocable.compile.pass.cpp =================================================================== --- libcxx/test/std/concepts/concepts.callable/concept.invocable/invocable.compile.pass.cpp +++ libcxx/test/std/concepts/concepts.callable/concept.invocable/invocable.compile.pass.cpp @@ -229,12 +229,12 @@ static_assert(std::invocable); static_assert(std::invocable); static_assert(std::invocable); -static_assert(!std::invocable); +static_assert(!std::invocable); static_assert(std::invocable); static_assert(std::invocable); static_assert(std::invocable); static_assert(std::invocable); -static_assert(!std::invocable); +static_assert(!std::invocable); static_assert(std::invocable); static_assert(std::invocable); } // namespace function_objects Index: libcxx/test/std/concepts/concepts.callable/concept.regularinvocable/regular_invocable.pass.cpp =================================================================== --- libcxx/test/std/concepts/concepts.callable/concept.regularinvocable/regular_invocable.pass.cpp +++ libcxx/test/std/concepts/concepts.callable/concept.regularinvocable/regular_invocable.pass.cpp @@ -255,12 +255,12 @@ static_assert(std::regular_invocable); static_assert(std::regular_invocable); static_assert(std::regular_invocable); -static_assert(!std::regular_invocable); +static_assert(!std::regular_invocable); static_assert(std::regular_invocable); static_assert(std::regular_invocable); static_assert(std::regular_invocable); static_assert(std::regular_invocable); -static_assert(!std::regular_invocable); +static_assert(!std::regular_invocable); static_assert(std::regular_invocable); static_assert(std::regular_invocable); } // namespace function_objects