Skip to content

Commit

Permalink
test development
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed May 4, 2018
1 parent 2c3aa55 commit cfc45a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cunit/test_darray_fill.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfc45a6

Please sign in to comment.