summaryrefslogtreecommitdiffstats
path: root/test/tmisc.c
diff options
context:
space:
mode:
authorvchoi-hdfgroup <55293060+vchoi-hdfgroup@users.noreply.github.com>2021-10-27 21:43:04 (GMT)
committerGitHub <noreply@github.com>2021-10-27 21:43:04 (GMT)
commit33630ee54581f7f54e4ecd8e53ec3e94ba13c493 (patch)
tree40ce8f08c2ec57a772ce57b3b91da56be21d5334 /test/tmisc.c
parentbb54464d2dcee95032332c44aa4d1ee2438e4be4 (diff)
parent572201b560b87fb0011dea1d3257fe0351483e8c (diff)
downloadhdf5-33630ee54581f7f54e4ecd8e53ec3e94ba13c493.zip
hdf5-33630ee54581f7f54e4ecd8e53ec3e94ba13c493.tar.gz
hdf5-33630ee54581f7f54e4ecd8e53ec3e94ba13c493.tar.bz2
Merge pull request #42 from HDFGroup/feature/vfd_swmr
Feature/vfd swmr
Diffstat (limited to 'test/tmisc.c')
-rw-r--r--test/tmisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tmisc.c b/test/tmisc.c
index 302da0d..b267330 100644
--- a/test/tmisc.c
+++ b/test/tmisc.c
@@ -5276,7 +5276,7 @@ test_misc28(void)
* bytes). */
fapl = H5Pcreate(H5P_FILE_ACCESS);
CHECK(fapl, FAIL, "H5Pcreate");
- ret = H5Pset_cache(fapl, MISC28_NSLOTS, MISC28_NSLOTS, MISC28_SIZE, 0.75F);
+ ret = H5Pset_cache(fapl, MISC28_NSLOTS, MISC28_NSLOTS, MISC28_SIZE, 0.75);
CHECK(ret, FAIL, "H5Pset_cache");
/* Create the dcpl and set the chunk size */