Skip to content

Commit f021a48

Browse files
committed
Typo in test.
1 parent bbbc215 commit f021a48

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_fortran_strings.f90

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ program test
8181
c1="Ironman,Thor,Thanos,Black Panther,Winter Soldier"
8282
if(str_swapcase(str_swapcase(c1)).ne.c1)call exit(1)
8383

84-
c1="accessg,accesse,aigfs,ecmwfd,ecmwfe,gefs,gefs"
84+
c1="accessg,accesse,aigfs,ecmwfd,ecmwfe,gefs,gfs"
85+
write(*,*)c1
86+
write(*,*)str_uniq(c1,",")
8587
if(str_uniq(c1,",").ne.c1)call exit(1)
8688

8789
end program test

0 commit comments

Comments
 (0)