summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/libgd-src/tests/gdimagefile/gdnametest.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/gd/libgd-src/tests/gdimagefile/gdnametest.c')
-rw-r--r--Build/source/libs/gd/libgd-src/tests/gdimagefile/gdnametest.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/Build/source/libs/gd/libgd-src/tests/gdimagefile/gdnametest.c b/Build/source/libs/gd/libgd-src/tests/gdimagefile/gdnametest.c
index 40dbc30b9e3..66da484e821 100644
--- a/Build/source/libs/gd/libgd-src/tests/gdimagefile/gdnametest.c
+++ b/Build/source/libs/gd/libgd-src/tests/gdimagefile/gdnametest.c
@@ -4,7 +4,6 @@
#include "gd.h"
#include "gdtest.h"
-#include "test_config.h"
#define WIDTH 60
#define HEIGHT 50
@@ -50,8 +49,8 @@ gdImagePtr mkcross() {
void
do_test() {
- gdTestAssertMsg(strchr("123",'2') != 0, "strchr() is not functional.\n",1);
- gdTestAssertMsg(strcasecmp("123abC","123Abc") == 0, "strcasecmp() is not functional.\n",1);
+ gdTestAssertMsg(strchr("123",'2') != 0, "strchr() is not functional.\n");
+ gdTestAssertMsg(strcasecmp("123abC","123Abc") == 0, "strcasecmp() is not functional.\n");
int n;
struct {