ConvertUTFTest: fix misleading empty line

llvm-svn: 225580
This commit is contained in:
Dmitri Gribenko 2015-01-10 05:03:29 +00:00
parent 56f7ee08f0
commit 761585c90e

View File

@ -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 "