File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ function results() result(test_results)
3939 ,test_description_t(" computing element-wise maxima for a 1D default integer array" , usher(check_default_integer)) &
4040 ,test_description_t(" computing element-wise maxima for a 1D integer(c_int8_t) array" , usher(check_8_bit_integer)) &
4141 ,test_description_t(" computing element-wise maxima for a 1D integer(c_int16_t) array" , usher(check_16_bit_integer)) &
42- ,test_description_t(" computing element-wise maxima for a 1D integer(c_int64_t array" , usher(check_64_bit_integer)) &
42+ ,test_description_t(" computing element-wise maxima for a 1D integer(c_int64_t) array" , usher(check_64_bit_integer)) &
4343 ,test_description_t(" computing element-wise maxima for a 2D real(c_float) array" , usher(check_32_bit_real)) &
4444 ,test_description_t(" computing element-wise maxima for a 1D real(c_double) array" , usher(check_64_bit_real)) &
4545 ,test_description_t(" computing element-wise maxima for character scalars" , usher(check_character)) &
You can’t perform that action at this time.
0 commit comments