mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
Test UTF16ToUTF8::Convert.
This commit is contained in:
parent
9830c52816
commit
78209468a0
@ -269,7 +269,10 @@ TEST(UtilTest, UTF8ToUTF16Error) {
|
||||
"cannot convert string from UTF-8 to UTF-16");
|
||||
}
|
||||
|
||||
// TODO: test UTF16ToUTF8::Convert
|
||||
TEST(UtilTest, UTF16ToUTF8Convert) {
|
||||
fmt::internal::UTF16ToUTF8 u;
|
||||
EXPECT_EQ(ERROR_INVALID_PARAMETER, u.Convert(0));
|
||||
}
|
||||
#endif // _WIN32
|
||||
|
||||
TEST(UtilTest, StrError) {
|
||||
|
Loading…
Reference in New Issue
Block a user