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)
|
||||
std::tie(ErrorCode, Decoded) = ConvertUTF8ToUnicodeScalarsLenient(S);
|
||||
else
|
||||
|
||||
std::tie(ErrorCode, Decoded) = ConvertUTF8ToUnicodeScalarsPartialLenient(S);
|
||||
|
||||
if (Expected.ErrorCode != ErrorCode)
|
||||
return ::testing::AssertionFailure() << "Expected error code "
|
||||
<< Expected.ErrorCode << ", actual "
|
||||
|
|
Loading…
Reference in New Issue