diff options
Diffstat (limited to 'tests/utility/outputStreamByteArrayAdapterTest.cpp')
-rw-r--r-- | tests/utility/outputStreamByteArrayAdapterTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utility/outputStreamByteArrayAdapterTest.cpp b/tests/utility/outputStreamByteArrayAdapterTest.cpp index 93e49fa1..b14d0a39 100644 --- a/tests/utility/outputStreamByteArrayAdapterTest.cpp +++ b/tests/utility/outputStreamByteArrayAdapterTest.cpp @@ -52,7 +52,7 @@ VMIME_TEST_SUITE_BEGIN(outputStreamByteArrayAdapterTest) void testWriteBinary() { - const vmime::string::value_type binaryData[] = + const char binaryData[] = "\xc5\x9a\xc3\xb8\xc9\xb1\xc9\x9b\x20\xc9\x93\xc9\xa8\xc9\xb2\xc9" "\x91\xc5\x95\xc9\xa3\x20\xc9\x96\xc9\x90\xca\x88\xc9\x92"; |