summaryrefslogtreecommitdiffstats
path: root/test/mf.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mf.c')
-rw-r--r--test/mf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/mf.c b/test/mf.c
index 69caf25..d73b95c 100644
--- a/test/mf.c
+++ b/test/mf.c
@@ -159,8 +159,8 @@ check_stats(const H5F_t *f, const H5FS_t *frsp, H5FS_stat_t *state)
{
H5FS_stat_t frspace_stats; /* Statistics about the heap */
- HDassert(f);
- HDassert(frsp);
+ assert(f);
+ assert(frsp);
/* Get statistics for free-space and verify they are correct */
if (H5FS_stat_info(f, frsp, &frspace_stats) < 0)
@@ -7756,7 +7756,7 @@ set_multi_split(hid_t fapl, hsize_t pagesize, hbool_t is_multi_or_split)
hbool_t relax;
H5FD_mem_t mt;
- HDassert(is_multi_or_split);
+ assert(is_multi_or_split);
HDmemset(memb_name, 0, sizeof memb_name);