diff --git a/tests/src/unit-wstring.cpp b/tests/src/unit-wstring.cpp index d15ac8491..fa655988c 100644 --- a/tests/src/unit-wstring.cpp +++ b/tests/src/unit-wstring.cpp @@ -32,6 +32,8 @@ SOFTWARE. #include using nlohmann::json; +// ICPC errors out on multibyte character sequences in source files +#ifndef __INTEL_COMPILER namespace { bool wstring_is_utf16(); @@ -115,3 +117,4 @@ TEST_CASE("wide strings") } } } +#endif