Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6c56750

Browse files
committed
Update test_append_prepend.f90
1 parent 8c5cb8d commit 6c56750

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎test/stringlist/test_append_prepend.f90

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ subroutine test_append_prepend_array
102102
& reference_list /= work_list" )
103103

104104
reference_list = all_strings(i-stride+1:i) // reference_list
105-
call check( reference_list == &
106-
& [ ( string_type( to_string(j) ), j = i - stride + 1, last ) ], &
105+
call check( reference_list == all_strings(i-stride+1:last), &
107106
& "test_append_prepend_array: reference_list ==&
108107
& [ ( string_type( to_string(j) ), j = i - stride + 1, last ) ]" )
109108

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /