summaryrefslogtreecommitdiffstats
path: root/test/API/tfile.c
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-08-02 13:39:56 (GMT)
committerGitHub <noreply@github.com>2023-08-02 13:39:56 (GMT)
commit0d3617135ba3cf6e4ebbbb1af02c0701a43ed144 (patch)
treeafa88c455b5e1c889881800e9142229c33e0bc03 /test/API/tfile.c
parent2b0badb90e4e516d0758efbd8ec96449188c7249 (diff)
downloadhdf5-0d3617135ba3cf6e4ebbbb1af02c0701a43ed144.zip
hdf5-0d3617135ba3cf6e4ebbbb1af02c0701a43ed144.tar.gz
hdf5-0d3617135ba3cf6e4ebbbb1af02c0701a43ed144.tar.bz2
Update files to skip list and ignore_words_list (#3321)
* Update files to skip list and ignore_words_list for codespell to not check files generated by autotools. Autotools generate misspellings that can't be fixed in HDF5 code.
Diffstat (limited to 'test/API/tfile.c')
-rw-r--r--test/API/tfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/API/tfile.c b/test/API/tfile.c
index 8f1cc28..247a249 100644
--- a/test/API/tfile.c
+++ b/test/API/tfile.c
@@ -693,7 +693,7 @@ test_file_reopen(void)
/* Create a dataset in the file */
sid = H5Screate_simple(1, &dims, &dims);
- CHECK_I(sid, "H5Screate_simple")
+ CHECK_I(sid, "H5Screate_simple");
did = H5Dcreate2(fid, REOPEN_DSET, H5T_NATIVE_INT, sid, H5P_DEFAULT, H5P_DEFAULT, H5P_DEFAULT);
CHECK_I(did, "H5Dcreate2");