summaryrefslogtreecommitdiffstats
path: root/test/tmisc.c
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2017-08-23 21:23:09 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2017-09-06 03:51:40 (GMT)
commit38194b496d9a868de21c6bcc8bda3bf30690712e (patch)
tree5e4891c5d5cdf46d7e6a55db847a633f2cd88134 /test/tmisc.c
parentccb68f709181942106eef92e3f39575add1792e6 (diff)
downloadhdf5-38194b496d9a868de21c6bcc8bda3bf30690712e.zip
hdf5-38194b496d9a868de21c6bcc8bda3bf30690712e.tar.gz
hdf5-38194b496d9a868de21c6bcc8bda3bf30690712e.tar.bz2
Modifications based on comments from pull request review
(1) Remove unnecessary asserts (2) Add code to insert bad offset values to the test file in gen_bad_offset.c
Diffstat (limited to 'test/tmisc.c')
-rw-r--r--test/tmisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tmisc.c b/test/tmisc.c
index 980c9ea..aae1a99 100644
--- a/test/tmisc.c
+++ b/test/tmisc.c
@@ -5525,7 +5525,7 @@ test_misc(void)
test_misc30(); /* Exercise local heap loading bug where free lists were getting dropped */
test_misc31(); /* Test Reentering library through deprecated routines after H5close() */
test_misc32(); /* Test filter memory allocation functions */
- test_misc33(); /* ??? */
+ test_misc33(); /* Test to verify that H5HL_offset_into() returns error if offset exceeds heap block */
} /* test_misc() */