From d9a305afb76ca86ba0cdbeed689ef8e82d3a14a3 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 10 Aug 2010 08:25:19 -0500 Subject: [svn-r19207] Description: Switch from using "UINT16_MAX" to "64 * 1024" for assert macro. Tested on: None, just eyeballed. --- test/tselect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v0.12