mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 17:26:17 +01:00
unicode-encoding test: Differentiate error messages
Spitting out the same error for different cases in not helpful.
This commit is contained in:
parent
cb3a03e1e2
commit
db3ffe5bf1
@ -161,7 +161,7 @@ process (gint line,
|
|||||||
if (!ucs4_equal (ucs4_result, ucs4) ||
|
if (!ucs4_equal (ucs4_result, ucs4) ||
|
||||||
items_written != ucs4_len)
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user