summaryrefslogtreecommitdiffstats
path: root/test/dsets.c
diff options
context:
space:
mode:
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++;
}
}