diff --git a/tests/test_parse_string.cpp b/tests/test_parse_string.cpp index 00cc31a..60f9991 100644 --- a/tests/test_parse_string.cpp +++ b/tests/test_parse_string.cpp @@ -80,7 +80,7 @@ BOOST_AUTO_TEST_CASE(test_basic_string_value) "\"192.168.1.1\"", value("192.168.1.1", string_t::basic)); #if defined(_MSC_VER) || defined(__INTEL_COMPILER) - TOML11_TEST_PARSE_EQUAL_VALUE(parse_value, , + TOML11_TEST_PARSE_EQUAL_VALUE(parse_value, "\"\xE4\xB8\xAD\xE5\x9B\xBD\"", value("\xE4\xB8\xAD\xE5\x9B\xBD", string_t::basic)); #else