summaryrefslogtreecommitdiff
path: root/tests/gdimagefile
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2016-07-17 18:34:20 +0700
committerPierre Joye <pierre.php@gmail.com>2016-07-17 18:34:20 +0700
commit6e2744bed45d37836da58c688fd5ba8270facda1 (patch)
treeeec2be159c46d74e74d5e5906d3d80f2e1b19904 /tests/gdimagefile
parent0f3eb3125d4861311428691c6267f999870b9e19 (diff)
downloadlibgd-6e2744bed45d37836da58c688fd5ba8270facda1.tar.gz
revert as it breaks tests, need a gdTestMessage without failure counter increase
Diffstat (limited to 'tests/gdimagefile')
-rw-r--r--tests/gdimagefile/gdnametest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gdimagefile/gdnametest.c b/tests/gdimagefile/gdnametest.c
index 3b14dcb..40dbc30 100644
--- a/tests/gdimagefile/gdnametest.c
+++ b/tests/gdimagefile/gdnametest.c
@@ -90,7 +90,7 @@ do_test() {
* skip them. Bug fixers should remove these from the list of
* skipped items as bugs are fixed. */
if (names[n].required < 0) {
- gdTestErrorMsg("Skipping test for '%s'. FIX THIS!\n", names[n].nm);
+ printf("Skipping test for '%s'. FIX THIS!\n", names[n].nm);
continue;
}/* if */