summaryrefslogtreecommitdiffstats
path: root/test/cache_tagging.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-06-28 15:31:32 (GMT)
committerGitHub <noreply@github.com>2023-06-28 15:31:32 (GMT)
commit187ea8a9ae1405b5b46ca47a32fb1fb9e2686c98 (patch)
treebaffa167d0796786241aef6b0ce76d4adec3b66e /test/cache_tagging.c
parent7a44581a84778a1346a2fd5b6cca7d9db905a321 (diff)
downloadhdf5-187ea8a9ae1405b5b46ca47a32fb1fb9e2686c98.zip
hdf5-187ea8a9ae1405b5b46ca47a32fb1fb9e2686c98.tar.gz
hdf5-187ea8a9ae1405b5b46ca47a32fb1fb9e2686c98.tar.bz2
Rename HD(f)printf() to (f)printf() (#3194)
Diffstat (limited to 'test/cache_tagging.c')
-rw-r--r--test/cache_tagging.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/cache_tagging.c b/test/cache_tagging.c
index e1656a2..b1110bc 100644
--- a/test/cache_tagging.c
+++ b/test/cache_tagging.c
@@ -4532,7 +4532,7 @@ check_invalid_tag_application(void)
PASSED();
#else
SKIPPED();
- HDprintf(" test skipped because sanity checking on tag value is disabled.\n");
+ printf(" test skipped because sanity checking on tag value is disabled.\n");
#endif /* H5C_DO_TAGGING_SANITY_CHECKS */
return 0;
@@ -4601,13 +4601,13 @@ main(void)
if (test_type == TEST_DEFAULT) {
if (!nerrs)
- HDprintf("Testing standard tag application cases w/ default fcpl:\n");
+ printf("Testing standard tag application cases w/ default fcpl:\n");
fcpl = fcpl_default;
}
else if (test_type == TEST_SHMESG) {
if (!nerrs)
- HDprintf("Testing standard tag application cases w/ shared messages:\n");
+ printf("Testing standard tag application cases w/ shared messages:\n");
fcpl = fcpl_shmesg_all;
}
else {
@@ -4638,7 +4638,7 @@ main(void)
} /* end for */
if (!nerrs)
- HDprintf("Testing other specific tag application cases:\n");
+ printf("Testing other specific tag application cases:\n");
if (!nerrs)
nerrs += check_group_creation_tags();
if (!nerrs)