Skip to content

Commit

Permalink
Merge pull request #29 from mattjala/reenable_fl_misc35
Browse files Browse the repository at this point in the history
Re-enable free list in misc test
  • Loading branch information
mattjala authored Jan 2, 2025
2 parents 77b826a + 01ea7bb commit 09bdb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tmisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -6082,7 +6082,7 @@ test_misc35(void)
ret = H5get_free_list_sizes(&reg_size_start, &arr_size_start, &blk_size_start, &fac_size_start);
CHECK(ret, FAIL, "H5get_free_list_sizes");

#if !defined H5_NO_FREE_LISTS && !defined H5_USING_MEMCHECKER && !defined H5_HAVE_MULTITHREAD
#if !defined H5_NO_FREE_LISTS && !defined H5_USING_MEMCHECKER
/* All the free list values should be >0 */
CHECK(reg_size_start, 0, "H5get_free_list_sizes");
CHECK(arr_size_start, 0, "H5get_free_list_sizes");
Expand Down

0 comments on commit 09bdb3e

Please sign in to comment.