summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-09-07 13:24:18 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-09-07 15:01:16 -0400
commitdb3ffe5bf139a664609ab1f7e3715a2da5019805 (patch)
treee76d1f507f76bd7f7ff061e04bd702af9bd9e560
parentcb3a03e1e2160d4548db3d7b2e55789c05e08225 (diff)
downloadglib-db3ffe5bf139a664609ab1f7e3715a2da5019805.tar.gz
unicode-encoding test: Differentiate error messages
Spitting out the same error for different cases in not helpful.
-rw-r--r--tests/unicode-encoding.c2
1 files changed, 1 insertions, 1 deletions
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;
}