Skip to content

Commit 5496b62

Browse files
committed
fixup! Add includes set routine.
1 parent 77b8da2 commit 5496b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_algorithm.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ subroutine test_minmax_element()
188188
subroutine test_includes()
189189
use flc_algorithm, only : includes
190190
implicit none
191-
integer, dimension(6) :: iarr = [ -5, 1, 2, 4, 9]
191+
integer, dimension(5) :: iarr = [ -5, 1, 2, 4, 9]
192192
integer, dimension(3) :: jarr = [ 1, 2, 5]
193193

194194
ASSERT(includes(iarr, iarr))

0 commit comments

Comments
 (0)