summaryrefslogtreecommitdiffstats
path: root/test/th5s.c
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2013-01-14 19:45:59 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2013-01-14 19:45:59 (GMT)
commitc9aad08a907b1a15f1f45fb7d5da0ae1a31d4cb5 (patch)
treebd130af12a5b9cf2b7dac88da84180cfa3d1b233 /test/th5s.c
parent3a7b11863a86b07935707b2896a5fd9f7eebf9a3 (diff)
downloadhdf5-c9aad08a907b1a15f1f45fb7d5da0ae1a31d4cb5.zip
hdf5-c9aad08a907b1a15f1f45fb7d5da0ae1a31d4cb5.tar.gz
hdf5-c9aad08a907b1a15f1f45fb7d5da0ae1a31d4cb5.tar.bz2
[svn-r23161] ported revisions 23146:23160 from the trunk
Diffstat (limited to 'test/th5s.c')
-rw-r--r--test/th5s.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/th5s.c b/test/th5s.c
index 87aa0f1..a026545 100644
--- a/test/th5s.c
+++ b/test/th5s.c
@@ -725,8 +725,8 @@ test_h5s_zero_dim(void)
ret = H5Pset_chunk(plist_id, SPACE1_RANK, chunk_dims);
CHECK(ret, FAIL, "H5Pset_chunk");
- // ret = H5Pset_alloc_time(plist_id, alloc_time);
- // CHECK(ret, FAIL, "H5Pset_alloc_time");
+ /* ret = H5Pset_alloc_time(plist_id, alloc_time); */
+ /* CHECK(ret, FAIL, "H5Pset_alloc_time"); */
dset1 = H5Dcreate2(fid1, BASICDATASET1, H5T_NATIVE_INT, sid_chunk, H5P_DEFAULT, plist_id, H5P_DEFAULT);
CHECK(dset1, FAIL, "H5Dcreate2");