summaryrefslogtreecommitdiffstats
path: root/test/tselect.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/tselect.c')
-rw-r--r--test/tselect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tselect.c b/test/tselect.c
index 89cd9e5..1fa98bf 100644
--- a/test/tselect.c
+++ b/test/tselect.c
@@ -2795,7 +2795,7 @@ test_select_hyper_checker_board_dr__run_test(int test_num, const uint16_t *cube_
* hence the following assertion. Delete it if we convert
* to 32 bit values.
*/
- HDassert(large_cube_size < (size_t)(UINT16_MAX));
+ HDassert(large_cube_size < (size_t)(64 * 1024));
/* Allocate & initialize buffers */