mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-13 14:00:57 +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) ||
|
||||
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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user