summaryrefslogtreecommitdiffstats
path: root/test/dsets.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1999-07-18 00:00:22 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1999-07-18 00:00:22 (GMT)
commitdef04e356437bd592bc194e99fe39a987caff85d (patch)
treee2b4f936d6988aa3682ec5e19ddace097dad3e52 /test/dsets.c
parent9b50a916c5b0f71cee33cdd040e074bd6f0d3c83 (diff)
downloadhdf5-def04e356437bd592bc194e99fe39a987caff85d.zip
hdf5-def04e356437bd592bc194e99fe39a987caff85d.tar.gz
hdf5-def04e356437bd592bc194e99fe39a987caff85d.tar.bz2
[svn-r1507] Uncommented VL datatypes in compound datatypes test, since it's working now.
Some other memory leaks in the tests fixed.
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 c8bcbc2..8233360 100644
--- a/test/dsets.c
+++ b/test/dsets.c
@@ -168,7 +168,7 @@ test_simple_io(hid_t file)
/* Initialize the dataset */
for (i = n = 0; i < 100; i++) {
- for (j = 0; j < 100; j++) {
+ for (j = 0; j < 200; j++) {
points[i][j] = n++;
}
}