Skip to content

Commit 4f5e804

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

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
@@ -41,7 +41,7 @@ function results() result(test_results)
4141
,test_description_t("computing element-wise maxima for a 1D integer(c_int16_t) array", usher(check_16_bit_integer)) &
4242
,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)) &
44-
,test_description_t("computing element-wise maxima for a 1D real(c_double array", usher(check_64_bit_real)) &
44+
,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)) &
4646
])
4747
end function

0 commit comments

Comments
 (0)