summaryrefslogtreecommitdiffstats
path: root/test/gen_filters.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/gen_filters.c')
-rw-r--r--test/gen_filters.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/gen_filters.c b/test/gen_filters.c
index 35bfc04..0f0c16e 100644
--- a/test/gen_filters.c
+++ b/test/gen_filters.c
@@ -240,12 +240,12 @@ main(void)
if (nerrors)
goto error;
- HDprintf("All tests passed.\n");
+ printf("All tests passed.\n");
return 0;
error:
nerrors = MAX(1, nerrors);
- HDprintf("***** %d GEN_FILTERS FAILURES *****\n", nerrors);
+ printf("***** %d GEN_FILTERS FAILURES *****\n", nerrors);
return 1;
}