Skip to content

Commit

Permalink
Merge branch 'sync_develop_changes_to_1_16' of https://github.com/lrk…
Browse files Browse the repository at this point in the history
…nox/hdf5 into sync_develop_changes_to_1_16
  • Loading branch information
lrknox committed Oct 10, 2024
2 parents 33ca9f4 + f803c84 commit bd1809c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions test/chunk_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,13 @@
#endif

/* Test file names, using H5F_libver_t as indices */
static const char *FILENAME[] = {
"tchunk_info_earliest", "tchunk_info_v18", "tchunk_info_v110", "tchunk_info_v112",
"tchunk_info_v114", "tchunk_info_v116", NULL};
static const char *FILENAME[] = {"tchunk_info_earliest",
"tchunk_info_v18",
"tchunk_info_v110",
"tchunk_info_v112",
"tchunk_info_v114",
"tchunk_info_v116",
NULL};

/* File to be used in test_failed_attempts */
#define FILTERMASK_FILE "tflt_msk"
Expand Down

0 comments on commit bd1809c

Please sign in to comment.