Index: libcxx/test/support/any_helpers.h =================================================================== --- libcxx/test/support/any_helpers.h +++ libcxx/test/support/any_helpers.h @@ -26,13 +26,13 @@ template struct IsSmallObject : public std::integral_constant::value % std::alignment_of::value == 0 && std::is_nothrow_move_constructible::value > {}; template bool containsType(std::any const& a) { #if !defined(TEST_HAS_NO_RTTI)