Skip to content

Commit d7c9a39

Browse files
rousonktras
authored andcommitted
Update test/prif_co_max_test.F90
Co-authored-by: Katherine Rasmussen <[email protected]>
1 parent 4f5e804 commit d7c9a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/prif_co_max_test.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)) &

0 commit comments

Comments
 (0)