forked from OSchip/llvm-project
ConvertUTFTest: fix misleading empty line
llvm-svn: 225580
This commit is contained in:
parent
24b96b3a05
commit
cbc7ae25da
|
@ -141,8 +141,8 @@ CheckConvertUTF8ToUnicodeScalars(ConvertUTFResultContainer Expected,
|
||||||
if (!Partial)
|
if (!Partial)
|
||||||
std::tie(ErrorCode, Decoded) = ConvertUTF8ToUnicodeScalarsLenient(S);
|
std::tie(ErrorCode, Decoded) = ConvertUTF8ToUnicodeScalarsLenient(S);
|
||||||
else
|
else
|
||||||
|
|
||||||
std::tie(ErrorCode, Decoded) = ConvertUTF8ToUnicodeScalarsPartialLenient(S);
|
std::tie(ErrorCode, Decoded) = ConvertUTF8ToUnicodeScalarsPartialLenient(S);
|
||||||
|
|
||||||
if (Expected.ErrorCode != ErrorCode)
|
if (Expected.ErrorCode != ErrorCode)
|
||||||
return ::testing::AssertionFailure() << "Expected error code "
|
return ::testing::AssertionFailure() << "Expected error code "
|
||||||
<< Expected.ErrorCode << ", actual "
|
<< Expected.ErrorCode << ", actual "
|
||||||
|
|
Loading…
Reference in New Issue