Skip to content

Commit 29182b4

Browse files
committed
Update test_filesystem.f90
1 parent b91f1d0 commit 29182b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/fpm_test/test_filesystem.f90

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,8 @@ subroutine test_split_lines_first_last(error)
338338
'dependency.f90'//CRLF//&
339339
'example.f90'//CRLF//&
340340
'executable.f90'//CRLF//&
341-
'fortran.f90'//CRLF, first, last))
341+
'fortran.f90'//CRLF, &
342+
first, last)
342343

343344
if (.not.(all(first == [1,12,28,41,57]) .and. all(last == [9,25,38,54,67]))) then
344345
call test_failed(error, "Test split_lines_first_last #6 failed")

0 commit comments

Comments
 (0)