unicode-encoding test: Differentiate error messages

Spitting out the same error for different cases in not helpful.
This commit is contained in:
Matthias Clasen 2015-09-07 13:24:18 -04:00
parent cb3a03e1e2
commit db3ffe5bf1

View File

@ -161,7 +161,7 @@ process (gint line,
if (!ucs4_equal (ucs4_result, ucs4) ||
items_written != ucs4_len)
{
fail ("line %d: results of conversion to ucs4 do not match expected.\n", line);
fail ("line %d: results of fast conversion to ucs4 do not match expected.\n", line);
return;
}