add test for character types

pull/2178/head
Niels Lohmann 2020-06-07 22:49:39 +02:00
parent d4bc0c39af
commit 2cf16625ac
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
1 changed files with 1 additions and 1 deletions

View File

@ -1040,7 +1040,7 @@ TEST_CASE("deserialization")
}
}
TEST_CASE_TEMPLATE("deserialization of different character types", T,
TEST_CASE_TEMPLATE("deserialization of different character types (ASCII)", T,
char, unsigned char, signed char,
wchar_t,
char16_t, char32_t,