diff options
Diffstat (limited to 'test/h5test.c')
-rw-r--r-- | test/h5test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/h5test.c b/test/h5test.c index 92534bd..9c59e77 100644 --- a/test/h5test.c +++ b/test/h5test.c @@ -2040,6 +2040,7 @@ h5_get_dummy_vol_class(void) /* Fill in the minimum parameters to make a VOL connector class that * can be registered. */ + vol_class->version = H5VL_VERSION; vol_class->name = "dummy"; return vol_class; |