summaryrefslogtreecommitdiffstats
path: root/hl/test/test_table.c
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-02-05 22:37:08 (GMT)
committerGitHub <noreply@github.com>2021-02-05 22:37:08 (GMT)
commit3a04f2995bbbd664d7bd27ca21f48634abea6bc4 (patch)
tree02a8a503939ca5e232f152cb360ef7f7ca10c612 /hl/test/test_table.c
parent197751c5af9692f5d18af723251247c97050b93d (diff)
downloadhdf5-3a04f2995bbbd664d7bd27ca21f48634abea6bc4.zip
hdf5-3a04f2995bbbd664d7bd27ca21f48634abea6bc4.tar.gz
hdf5-3a04f2995bbbd664d7bd27ca21f48634abea6bc4.tar.bz2
1 10 changes for sanitize=address (#313)
* HDFFV-10865 - merge from dev, HDFArray perf fix. * Remove duplicate setting * Whitespace changes after clang format * Undo version 11 clang format changes * Merge CMake changes from develop * test testing script merge from develop * Update supported platforms * PR#3 merge from develop
Diffstat (limited to 'hl/test/test_table.c')
-rw-r--r--hl/test/test_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/test/test_table.c b/hl/test/test_table.c
index 2f98f4a..d7f68e4 100644
--- a/hl/test/test_table.c
+++ b/hl/test/test_table.c
@@ -1272,7 +1272,7 @@ test_table(hid_t fid, int do_write)
/* write the new longitude and latitude information to all the records */
nfields = 2;
start = 0;
- nrecords = NRECORDS;
+ nrecords = NRECORDS_ADD;
if (H5TBwrite_fields_index(fid, "table12", nfields, field_index_pos, start, nrecords,
sizeof(position_t), field_offset_pos, field_sizes_pos, position_in) < 0)
goto out;