Skip to content

Commit

Permalink
Fix missing routine on MacOS ttsafe test (#4863)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala authored Sep 23, 2024
1 parent 417ae79 commit 39fdf5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ttsafe_attr_vlen.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ tts_attr_vlen_thread(void H5_ATTR_UNUSED *client_data)
VERIFY_STR(string_attr_check, string_attr, "H5Aread");

/* Free the attribute data */
ret = H5Dvlen_reclaim(atid, asid, H5P_DEFAULT, &string_attr_check);
ret = H5Treclaim(atid, asid, H5P_DEFAULT, &string_attr_check);
CHECK(ret, FAIL, "H5Dvlen_reclaim");

/* Close IDs */
Expand Down

0 comments on commit 39fdf5d

Please sign in to comment.