mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-11 19:54:05 +02:00
unicode-encoding test: Differentiate error messages
Spitting out the same error for different cases in not helpful.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user