@@ -68,14 +68,14 @@ function results() result(test_results)
6868 ,check_character_ptr = > check_character
6969
7070 test_results = prif_co_max_test% run([ &
71- test_description_t(" computing element-wise maxima for integer(c_int32_t) scalars" , check_32_bit_integer ) &
72- ,test_description_t(" computing element-wise maxima for a 1D default integer array" , check_default_integer ) &
73- ,test_description_t(" computing element-wise maxima for a 1D integer(c_int8_t) array" , check_8_bit_integer ) &
74- ,test_description_t(" computing element-wise maxima for a 1D integer(c_int16_t) array" , check_16_bit_integer ) &
75- ,test_description_t(" computing element-wise maxima for a 1D integer(c_int64_t array" , check_64_bit_integer ) &
76- ,test_description_t(" computing element-wise maxima for a 2D real(c_float) array" , check_32_bit_real ) &
77- ,test_description_t(" computing element-wise maxima for a 1D real(c_double array" , check_64_bit_real ) &
78- ,test_description_t(" computing element-wise maxima for character scalars" , check_character ) &
71+ test_description_t(" computing element-wise maxima for integer(c_int32_t) scalars" , check_32_bit_integer_ptr ) &
72+ ,test_description_t(" computing element-wise maxima for a 1D default integer array" , check_default_integer_ptr ) &
73+ ,test_description_t(" computing element-wise maxima for a 1D integer(c_int8_t) array" , check_8_bit_integer_ptr ) &
74+ ,test_description_t(" computing element-wise maxima for a 1D integer(c_int16_t) array" , check_16_bit_integer_ptr ) &
75+ ,test_description_t(" computing element-wise maxima for a 1D integer(c_int64_t array" , check_64_bit_integer_ptr ) &
76+ ,test_description_t(" computing element-wise maxima for a 2D real(c_float) array" , check_32_bit_real_ptr ) &
77+ ,test_description_t(" computing element-wise maxima for a 1D real(c_double array" , check_64_bit_real_ptr ) &
78+ ,test_description_t(" computing element-wise maxima for character scalars" , check_character_ptr ) &
7979 ])
8080 end function
8181
0 commit comments