summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */