Skip to content

Commit

Permalink
Fix copy-paste comments
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Mar 8, 2024
1 parent 8162d2d commit a4688f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tmisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -6541,7 +6541,7 @@ test_misc39(void)
ret = H5Pclose(gcpl);
CHECK(ret, FAIL, "H5Pclose");

} /* end test_misc25c() */
} /* end test_misc39() */

/****************************************************************
**
Expand Down Expand Up @@ -6612,7 +6612,7 @@ test_misc(void)
test_misc36(); /* Exercise H5atclose and H5is_library_terminating */
test_misc37(); /* Test for seg fault failure at file close */
test_misc38(); /* Test for type conversion path table issue */
test_misc39(); /* Test for type conversion path table issue */
test_misc39(); /* Ensure H5Pset_est_link_info() handles large values */

} /* test_misc() */

Expand Down

0 comments on commit a4688f9

Please sign in to comment.