summaryrefslogtreecommitdiffstats
path: root/test/file_image.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/file_image.c')
-rw-r--r--test/file_image.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/file_image.c b/test/file_image.c
index 60cd186..a43f176 100644
--- a/test/file_image.c
+++ b/test/file_image.c
@@ -1349,7 +1349,7 @@ main(void)
h5_reset();
- HDprintf("Testing File Image Functionality.\n");
+ printf("Testing File Image Functionality.\n");
errors += test_properties();
errors += test_callbacks();
@@ -1412,10 +1412,10 @@ main(void)
h5_restore_err();
if (errors) {
- HDprintf("***** %d File Image TEST%s FAILED! *****\n", errors, errors > 1 ? "S" : "");
+ printf("***** %d File Image TEST%s FAILED! *****\n", errors, errors > 1 ? "S" : "");
return 1;
}
- HDprintf("All File Image tests passed.\n");
+ printf("All File Image tests passed.\n");
return 0;
}