summaryrefslogtreecommitdiffstats
path: root/test/hyperslab.c
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-08-14 21:05:16 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-08-14 21:05:16 (GMT)
commit25b825965ed5910a3d0c7b98db3bc183e57a499a (patch)
treeddebdb78d0c226d3891bc8428e048bb8768bca97 /test/hyperslab.c
parenta7e57b27793e548d7c0cf374f0b986f06e2cce13 (diff)
downloadhdf5-25b825965ed5910a3d0c7b98db3bc183e57a499a.zip
hdf5-25b825965ed5910a3d0c7b98db3bc183e57a499a.tar.gz
hdf5-25b825965ed5910a3d0c7b98db3bc183e57a499a.tar.bz2
[svn-r594] Changes since 19980813
---------------------- ./src/H5G.c ./src/H5Gpublic.h ./test/links.c Fixed a bug in H5Gstat() that caused the wrong information to be returned sometimes. Added check for named data types. ./test/extend.c ./test/links.c ./test/mtime.c Added `all tests passed' messages.
Diffstat (limited to 'test/hyperslab.c')
-rw-r--r--test/hyperslab.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/hyperslab.c b/test/hyperslab.c
index 5ca810d..b645dfd 100644
--- a/test/hyperslab.c
+++ b/test/hyperslab.c
@@ -1201,7 +1201,8 @@ main(int argc, char *argv[])
status = test_sub_super(480, 640);
nerrors += status < 0 ? 1 : 0;
}
-/*--- END OF TESTS ---*/
+
+ /*--- END OF TESTS ---*/
if (nerrors) {
printf("***** %d HYPERSLAB TEST%s FAILED! *****\n",