mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
ConvertUTFTest: fix misleading empty line
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225580 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9c4081dce4
commit
750f3160df
@ -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…
x
Reference in New Issue
Block a user