summaryrefslogtreecommitdiffstats
path: root/test/tfile.c
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2018-03-06 17:41:33 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2018-03-06 17:41:33 (GMT)
commitf05f9d4cffab5e008c67e19034c1b248e1b01b3c (patch)
tree70f729ca2a06caa38db70d2ec0988545a23800ab /test/tfile.c
parent2b50dc9855cfc096675698eda084830ea73427b8 (diff)
downloadhdf5-f05f9d4cffab5e008c67e19034c1b248e1b01b3c.zip
hdf5-f05f9d4cffab5e008c67e19034c1b248e1b01b3c.tar.gz
hdf5-f05f9d4cffab5e008c67e19034c1b248e1b01b3c.tar.bz2
Miscellaneous test fixes
Description: - dtypes.c: added the use of highest version of nested datatypes to verify the datatype's version. - miscellaneous typos Platforms tested: Linux/64 (jelly) Darwin (osx1010test)
Diffstat (limited to 'test/tfile.c')
-rw-r--r--test/tfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tfile.c b/test/tfile.c
index de1f362..f3d5a8f 100644
--- a/test/tfile.c
+++ b/test/tfile.c
@@ -4966,7 +4966,7 @@ test_libver_bounds_real(H5F_libver_t libver_create, unsigned oh_vers_create,
#define VERBFNAME "tverbounds_dspace.h5"
#define VERBDSNAME "dataset 1"
#define SPACE1_DIM1 3
-static int
+static void
test_libver_bounds_open(void)
{
hid_t file = -1; /* File ID */