From cfc45a6bbc1686317135db221750f151fdc98f8d Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Fri, 4 May 2018 07:17:16 -0600 Subject: [PATCH] test development --- tests/cunit/test_darray_fill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cunit/test_darray_fill.c b/tests/cunit/test_darray_fill.c index 2c3bf62fc19..e49f8c9fa11 100644 --- a/tests/cunit/test_darray_fill.c +++ b/tests/cunit/test_darray_fill.c @@ -160,7 +160,7 @@ int main(int argc, char **argv) for (int fv = 0; fv < NUM_TEST_CASES_FILLVALUE; fv++) { #define NUM_TYPES 1 - int test_type[NUM_TYPES] = {PIO_INT}; + int test_type[NUM_TYPES] = {PIO_SHORT}; /* Determine what data to write. Put value of 42 into * array elements that will not get written. Due to