test: minor changes

This commit is contained in:
Michele Caini
2020-10-13 14:29:36 +02:00
parent a5ea35ee56
commit 0ddec227fa

View File

@@ -16,7 +16,7 @@ struct custom_type_hash;
{}
template<typename Type>
struct entt::type_seq<Type> {
struct entt::type_hash<Type> {
static constexpr entt::id_type value() ENTT_NOEXCEPT {
return custom_type_hash<Type>::value;
}