Skip to content

Commit 6154e2b

Browse files
committed
fixed incorrect right-hand side value
1 parent a99f19d commit 6154e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sorting/test_sorting.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ subroutine initialize_tests()
184184
end do
185185

186186
do i=0, string_size-1
187-
string_decrease(string_size - 1 - i) = char_increase(i)
187+
string_decrease(string_size - 1 - i) = string_increase(i)
188188
end do
189189

190190
string_rand(:) = string_increase(:)

0 commit comments

Comments
 (0)