summaryrefslogtreecommitdiffstats
path: root/test/tmisc.c
diff options
context:
space:
mode:
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 9eed5db..c7fb4a9 100644
--- a/test/tmisc.c
+++ b/test/tmisc.c
@@ -3488,7 +3488,7 @@ test_misc19(void)
CHECK(vol_cls, NULL, "h5_get_dummy_vol_class");
/* Register a virtual object driver */
- volid = H5VLregister(vol_cls);
+ volid = H5VLregister(vol_cls, H5P_DEFAULT);
CHECK(volid, FAIL, "H5VLregister");
/* Check the reference count */