From db3ffe5bf139a664609ab1f7e3715a2da5019805 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 7 Sep 2015 13:24:18 -0400 Subject: [PATCH] unicode-encoding test: Differentiate error messages Spitting out the same error for different cases in not helpful. --- tests/unicode-encoding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unicode-encoding.c b/tests/unicode-encoding.c index 75c982e3e..b1dc885c8 100644 --- a/tests/unicode-encoding.c +++ b/tests/unicode-encoding.c @@ -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; }