Skip to content

Commit

Permalink
temp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-godara committed Oct 17, 2021
1 parent a9a6288 commit c5ea35d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tests/stringlist/test_insert_at.f90
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,9 @@ subroutine compare_list(list, first, last, call_number, from, to)
do i = work_from, work_to
call check( list%get( fidx(i) ) == to_string( first + ( ( i - work_from ) * j ) ), &
& "compare_list: call_number " // to_string( call_number ) &
& // " fidx( " // to_string( i ) // " )" )
& // " fidx( " // to_string( i ) // " )" // &
char( list%get( fidx(200)) ) // char( list%get( fidx(201)) ) // &
char( list%get( fidx(202)) ) // char( list%get( fidx(402)) ) )

k = length - ( work_to - ( i - work_from ) ) + 1
call check( list%get( bidx(k) ) == &
Expand Down

0 comments on commit c5ea35d

Please sign in to comment.