From 839566f5fc2b9de596bbf6d969f8d0ec5396e4b4 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Thu, 26 Sep 2019 10:44:43 -0500 Subject: add missing version to list --- test/dtypes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/dtypes.c b/test/dtypes.c index 5eaa77c..c3b7dcc 100644 --- a/test/dtypes.c +++ b/test/dtypes.c @@ -7650,8 +7650,8 @@ test_versionbounds(void) hsize_t arr_dim[] = {ARRAY_LEN}; /* Length of the array */ int i, j; /* Indices for iterating over versions */ H5F_libver_t low, high; /* File format bounds */ - H5F_libver_t versions[] = {H5F_LIBVER_EARLIEST, H5F_LIBVER_V18, H5F_LIBVER_V110}; - int versions_count = 3; /* Number of version bounds in the array */ + H5F_libver_t versions[] = {H5F_LIBVER_EARLIEST, H5F_LIBVER_V18, H5F_LIBVER_V110, H5F_LIBVER_V112}; + int versions_count = 4; /* Number of version bounds in the array */ unsigned highest_version; /* Highest version in nested datatypes */ color_t enum_val; /* Enum type index */ herr_t ret = 0; /* Generic return value */ -- cgit v0.12