- Privatised testing enum `EnumType` in serialization.d unit test

This commit is contained in:
Tristan B. Velloza Kildaire 2023-01-02 16:28:04 +02:00
parent 87b564f4e5
commit 2550e12496
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ public JSONValue serializeRecord(RecordType)(RecordType record)
} }
// Test serialization of a struct to JSON // Test serialization of a struct to JSON
public enum EnumType private enum EnumType
{ {
DOG, DOG,
CAT CAT