Skip to content

Commit

Permalink
Cleaned up
Browse files Browse the repository at this point in the history
  • Loading branch information
bmribler committed Oct 30, 2024
1 parent 4e47af7 commit 825e705
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/th5o.c
Original file line number Diff line number Diff line change
Expand Up @@ -2064,6 +2064,8 @@ cleanup_h5o(void H5_ATTR_UNUSED *params)
{
h5_fixname(TEST_FILENAME, H5P_DEFAULT, filename, sizeof filename);
H5Fdelete(filename, H5P_DEFAULT);
h5_fixname(TEST_FILENAME, H5P_DEFAULT, filename, sizeof filename);
H5Fdelete(filename, H5P_DEFAULT);
}
H5E_END_TRY
}
Expand Down

0 comments on commit 825e705

Please sign in to comment.