summaryrefslogtreecommitdiffstats
path: root/test/tfile.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2019-11-13 19:39:59 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:19:37 (GMT)
commit3a65ddc936b630c84432b5be903c0618f8b5e997 (patch)
tree7169a6dcd830d20bb59e9bb4fba3facf79b0b163 /test/tfile.c
parent9685e4fb64e2600fd2c9012c2ac08e3d8c576995 (diff)
downloadhdf5-3a65ddc936b630c84432b5be903c0618f8b5e997.zip
hdf5-3a65ddc936b630c84432b5be903c0618f8b5e997.tar.gz
hdf5-3a65ddc936b630c84432b5be903c0618f8b5e997.tar.bz2
Oops, delete a debug printf that snuck in here.
Diffstat (limited to 'test/tfile.c')
-rw-r--r--test/tfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/tfile.c b/test/tfile.c
index 3525ec0..4fb2bc9 100644
--- a/test/tfile.c
+++ b/test/tfile.c
@@ -1057,7 +1057,6 @@ create_objects(hid_t fid1, hid_t fid2, hid_t *ret_did, hid_t *ret_gid1,
oid_count = H5Fget_obj_count(fid1, H5F_OBJ_DATASET|H5F_OBJ_GROUP|H5F_OBJ_DATATYPE|H5F_OBJ_ATTR);
CHECK(oid_count, FAIL, "H5Fget_obj_count");
VERIFY(oid_count, OBJ_ID_COUNT_4, "H5Fget_obj_count");
- fprintf(stderr, "fid1: %zd datasets, %zd groups, %zd datatypes, %zd attributes\n", H5Fget_obj_count(fid1, H5F_OBJ_DATASET), H5Fget_obj_count(fid1, H5F_OBJ_GROUP), H5Fget_obj_count(fid1, H5F_OBJ_DATATYPE), H5Fget_obj_count(fid1, H5F_OBJ_ATTR));
oid_count = H5Fget_obj_count(fid2, H5F_OBJ_ALL);
CHECK(oid_count, FAIL, "H5Fget_obj_count");