mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:29:58 +00:00
ConvertUTFTest: fix misleading empty line
llvm-svn: 225580
This commit is contained in:
parent
56f7ee08f0
commit
761585c90e
@ -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
Block a user