summaryrefslogtreecommitdiff
path: root/tests/gdimagescale
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2016-07-19 14:46:08 +0700
committerPierre Joye <pierre.php@gmail.com>2016-07-19 14:46:08 +0700
commitadd47339448abb1141c9c279706037203d0a52ba (patch)
tree428192fed7c840fa88bca4216b81d37eb8097a62 /tests/gdimagescale
parent0dd40abd6d5b3e53a6b745dd4d6cf94b70010989 (diff)
parentd818ff9391546f9f89c832410afe1b5cb8845cc6 (diff)
downloadlibgd-add47339448abb1141c9c279706037203d0a52ba.tar.gz
Merge branch 'master' of github.com:libgd/libgd
Diffstat (limited to 'tests/gdimagescale')
-rw-r--r--tests/gdimagescale/github_bug_00218.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gdimagescale/github_bug_00218.c b/tests/gdimagescale/github_bug_00218.c
index dbbc860..a25793c 100644
--- a/tests/gdimagescale/github_bug_00218.c
+++ b/tests/gdimagescale/github_bug_00218.c
@@ -9,7 +9,7 @@ int main()
im = gdImageCreate(5,5);
dest = gdImageScale(im, 0, 1);
if (dest != NULL) {
- printf("expecting NULL result\n");
+ gdTestErrorMsg("expecting NULL result\n");
status = 1;
} else {
status = 0;