summaryrefslogtreecommitdiffstats
path: root/test/trefer.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@koziol.gov>2020-01-04 16:05:22 (GMT)
committerQuincey Koziol <koziol@koziol.gov>2020-01-04 16:05:22 (GMT)
commit9a155a538bb179c794c75780757ef3e6af3c9b28 (patch)
tree771322bef14326f5bbd8e1cb9b261baf0b22faff /test/trefer.c
parent617e2166b26f6b872281888c4f9f2486004a1a58 (diff)
downloadhdf5-9a155a538bb179c794c75780757ef3e6af3c9b28.zip
hdf5-9a155a538bb179c794c75780757ef3e6af3c9b28.tar.gz
hdf5-9a155a538bb179c794c75780757ef3e6af3c9b28.tar.bz2
Cherry pick of 0225e6d5969
Diffstat (limited to 'test/trefer.c')
-rw-r--r--test/trefer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/trefer.c b/test/trefer.c
index 04b34eb..dec049e 100644
--- a/test/trefer.c
+++ b/test/trefer.c
@@ -568,7 +568,7 @@ test_reference_region(H5F_libver_t libver_low, H5F_libver_t libver_high)
hsize_t high[SPACE2_RANK]; /* Selection bounds */
H5R_ref_t *wbuf, /* buffer to write to disk */
*rbuf; /* buffer read from disk */
- H5R_ref_t nvrbuf[3]={{{0}},{{101}},{{255}}}; /* buffer with non-valid refs */
+ H5R_ref_t nvrbuf[3]={{{0}},{{101}},{{-128}}}; /* buffer with non-valid refs */
uint8_t *dwbuf, /* Buffer for writing numeric data to disk */
*drbuf; /* Buffer for reading numeric data from disk */
uint8_t *tu8; /* Temporary pointer to uint8 data */