summaryrefslogtreecommitdiff
path: root/tests/check_aec.c
diff options
context:
space:
mode:
authorMathis Rosenhauer <rosenhauer@dkrz.de>2012-11-29 15:24:16 +0100
committerThomas Jahns <jahns@dkrz.de>2013-02-19 11:33:01 +0100
commitf4dd6cbb40057ef1e19d45a7e0eb4c40c0a2d778 (patch)
treef06c90f7d9a168d890e52c8063f4956a62ba6479 /tests/check_aec.c
parentbe6f02ca7586ddf4f1585223976636930b6347ee (diff)
downloadlibaec-f4dd6cbb40057ef1e19d45a7e0eb4c40c0a2d778.tar.gz
libaec-f4dd6cbb40057ef1e19d45a7e0eb4c40c0a2d778.tar.bz2
libaec-f4dd6cbb40057ef1e19d45a7e0eb4c40c0a2d778.zip
Check coloring
Diffstat (limited to 'tests/check_aec.c')
-rw-r--r--tests/check_aec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/check_aec.c b/tests/check_aec.c
index ac1d915..57c57fd 100644
--- a/tests/check_aec.c
+++ b/tests/check_aec.c
@@ -173,7 +173,7 @@ int encode_decode_small(struct test_state *state)
}
if (memcmp(state->ubuf, state->obuf, state->ibuf_len)) {
- printf("FAIL: Uncompressed output differs from input.\n");
+ printf("\n%s: Uncompressed output differs from input.\n", CHECK_FAIL);
printf("\nuncompressed buf");
for (i = 0; i < 80; i++) {
@@ -243,7 +243,7 @@ int encode_decode_large(struct test_state *state)
}
if (memcmp(state->ubuf, state->obuf, state->ibuf_len)) {
- printf("FAIL: Uncompressed output differs from input.\n");
+ printf("\n%s: Uncompressed output differs from input.\n", CHECK_FAIL);
printf("\nuncompressed buf");
for (i = 0; i < 80; i++) {