summaryrefslogtreecommitdiffstats
path: root/test/th5o.c
diff options
context:
space:
mode:
authorM. Scot Breitenfeld <brtnfld@hdfgroup.org>2019-03-25 15:02:01 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2019-03-25 15:02:01 (GMT)
commita1d7a9b8592e8b842b940f43733cc2df5d5d81bb (patch)
tree3ef8b1d7f3a33517c2a2b1b7531468dce08306fd /test/th5o.c
parentb2423350f49bd90f3a4a1355df78cb815dcc0312 (diff)
parentd818edb110b668489d5c33ebc5c94dd9ef767121 (diff)
downloadhdf5-a1d7a9b8592e8b842b940f43733cc2df5d5d81bb.zip
hdf5-a1d7a9b8592e8b842b940f43733cc2df5d5d81bb.tar.gz
hdf5-a1d7a9b8592e8b842b940f43733cc2df5d5d81bb.tar.bz2
Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
Diffstat (limited to 'test/th5o.c')
-rw-r--r--test/th5o.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/th5o.c b/test/th5o.c
index 63fee5f..0aa589f 100644
--- a/test/th5o.c
+++ b/test/th5o.c
@@ -806,8 +806,8 @@ test_h5o_link(void)
CHECK(fapl_id, FAIL, "H5Pcreate");
/* Loop through all the combinations of low/high library format bounds */
- for(low = H5F_LIBVER_EARLIEST; low < H5F_LIBVER_NBOUNDS; low++) {
- for(high = H5F_LIBVER_EARLIEST; high < H5F_LIBVER_NBOUNDS; high++) {
+ for(low = H5F_LIBVER_EARLIEST; low < H5F_LIBVER_NBOUNDS; H5_INC_ENUM(H5F_libver_t, low)) {
+ for(high = H5F_LIBVER_EARLIEST; high < H5F_LIBVER_NBOUNDS; H5_INC_ENUM(H5F_libver_t, high)) {
/* Set version bounds */
H5E_BEGIN_TRY {