Skip to content

Commit

Permalink
test(prif_allocate): better test subject text
Browse files Browse the repository at this point in the history
  • Loading branch information
rouson committed Sep 8, 2024
1 parent 0779145 commit 969a56a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/prif_allocate_test_m.F90
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module prif_allocate_test_m

pure function subject() result(specimen)
character(len=:), allocatable :: specimen
specimen = "PRIF allocation"
specimen = "The prif_allocate_coarray subroutine"
end function

function results() result(test_results)
Expand Down
File renamed without changes.

0 comments on commit 969a56a

Please sign in to comment.