Added missing reflection to NameJsonSerializerTests

main
AMZN-koppersr 5 years ago
parent 716e99a8a7
commit bc5fc9a191

@ -32,6 +32,11 @@ namespace JsonSerializationTests
AZ::NameDictionary::Destroy();
}
void Reflect(AZStd::unique_ptr<AZ::SerializeContext>& context)
{
AZ::Name::Reflect(context.get());
}
void Reflect(AZStd::unique_ptr<AZ::JsonRegistrationContext>& context)
{
AZ::Name::Reflect(context.get());

Loading…
Cancel
Save