summaryrefslogtreecommitdiffstats
path: root/test/dsets.c
diff options
context:
space:
mode:
authorJacob Smith <jake.smith@hdfgroup.org>2019-01-04 15:07:55 (GMT)
committerJacob Smith <jake.smith@hdfgroup.org>2019-01-04 15:07:55 (GMT)
commita0c6e622e464003f5f42a99c6b51672578ed339e (patch)
treef35e56aeda60db3956eb28717d285220f5c28ce1 /test/dsets.c
parent9ac12ce29956a4accbec2c15bef45e793fc466f8 (diff)
downloadhdf5-a0c6e622e464003f5f42a99c6b51672578ed339e.zip
hdf5-a0c6e622e464003f5f42a99c6b51672578ed339e.tar.gz
hdf5-a0c6e622e464003f5f42a99c6b51672578ed339e.tar.bz2
Add semicolon at end of TEST_ERROR() invocation for consistency.
Diffstat (limited to 'test/dsets.c')
-rw-r--r--test/dsets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dsets.c b/test/dsets.c
index 2c012c7..544d0e2 100644
--- a/test/dsets.c
+++ b/test/dsets.c
@@ -13072,7 +13072,7 @@ test_object_header_minimization_dcpl(void)
/*********/
if(NULL == h5_fixname(OHMIN_FILENAME_A, H5P_DEFAULT, filename, sizeof(filename)))
- TEST_ERROR("unable to prepare filename")
+ TEST_ERROR("unable to prepare filename");
file_id = H5Fcreate(filename, H5F_ACC_TRUNC, H5P_DEFAULT, H5P_DEFAULT);
if (0 > file_id)