diff --git a/libcxx/test/std/concepts/concepts.callable/concept.invocable/invocable.compile.pass.cpp b/libcxx/test/std/concepts/concepts.callable/concept.invocable/invocable.compile.pass.cpp --- a/libcxx/test/std/concepts/concepts.callable/concept.invocable/invocable.compile.pass.cpp +++ b/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 diff --git a/libcxx/test/std/concepts/concepts.callable/concept.regularinvocable/regular_invocable.pass.cpp b/libcxx/test/std/concepts/concepts.callable/concept.regularinvocable/regular_invocable.pass.cpp --- a/libcxx/test/std/concepts/concepts.callable/concept.regularinvocable/regular_invocable.pass.cpp +++ b/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