summaryrefslogtreecommitdiffstats
path: root/test/mf.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-05-19 20:01:41 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:37:22 (GMT)
commit0750c5bdede783c4c9a8a289fcad46fb3d92ec69 (patch)
tree883d6a659da9095792194cc63b2f76b50fb50a54 /test/mf.c
parentcf4d51f2d3e41beb1dc6e9a5c629e3c169ea8cd0 (diff)
downloadhdf5-0750c5bdede783c4c9a8a289fcad46fb3d92ec69.zip
hdf5-0750c5bdede783c4c9a8a289fcad46fb3d92ec69.tar.gz
hdf5-0750c5bdede783c4c9a8a289fcad46fb3d92ec69.tar.bz2
Reduce diffs with `develop`.
Diffstat (limited to 'test/mf.c')
-rw-r--r--test/mf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mf.c b/test/mf.c
index 044c5b0..7cfc954 100644
--- a/test/mf.c
+++ b/test/mf.c
@@ -7614,7 +7614,7 @@ test_page_alloc_xfree(const char *env_h5_drvr, hid_t fapl)
if((fapl_new = H5Pcopy(fapl)) < 0) TEST_ERROR
if(multi || split)
- if(set_multi_split(fapl_new, 4096, multi, split) < 0)
+ if(set_multi_split(fapl_new, 4096, split) < 0)
TEST_ERROR;
/* Test with TRUE or FALSE for persisting free-space */