summaryrefslogtreecommitdiffstats
path: root/hl/test
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-02-05 16:35:05 (GMT)
committerGitHub <noreply@github.com>2021-02-05 16:35:05 (GMT)
commitb3934e99ebecee285cb63f07cc793d40323ffe33 (patch)
treeb7eabe1e5d5984185148044a39dbc009fbf3cc9b /hl/test
parenta06693be21d93a2b374b013dfc3e845b4e274a58 (diff)
downloadhdf5-b3934e99ebecee285cb63f07cc793d40323ffe33.zip
hdf5-b3934e99ebecee285cb63f07cc793d40323ffe33.tar.gz
hdf5-b3934e99ebecee285cb63f07cc793d40323ffe33.tar.bz2
Changes for sanitize=address (#312)
* OESS-98 convert plugin option to FetchContent, add tests * Fixes for pkcfg files because of plugin option * OESS-98 fix tools test for plugins * Keep doxygen comments under 100 chars long - format hint * Whitespace * HDFFV-11144 - Reclassify CMake messages * HDFFV-11099/11100 added help text * Reworked switch statement to compare string instead * Fix typo * Update CDash mode * Correct name of threadsafe * Correct option name * Undo accidental commit * Note LLVM 10 to 11 format default changes * Update format plugin * Undo clang-format version 11 changes * One more correction * Update supported platforms * Revert whitespace changes * Correct whitespace * Changes from PR#3
Diffstat (limited to 'hl/test')
-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;