diff --git a/libs/core/type_support/tests/unit/is_trivially_relocatable.cpp b/libs/core/type_support/tests/unit/is_trivially_relocatable.cpp index 35f628f3b6eb..8609dc4136d6 100644 --- a/libs/core/type_support/tests/unit/is_trivially_relocatable.cpp +++ b/libs/core/type_support/tests/unit/is_trivially_relocatable.cpp @@ -155,7 +155,7 @@ static_assert(hpx::is_trivially_relocatable_v< static_assert(hpx::is_trivially_relocatable_v< explicitly_trivially_relocatable_1 (&)[10]>); static_assert( - hpx::is_trivially_relocatable_v); static_assert(hpx::is_trivially_relocatable_v< explicitly_trivially_relocatable_1 const volatile&>);