Skip to content

Commit f2a2fbb

Browse files
committed
add comment
1 parent 29182b4 commit f2a2fbb

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
@@ -348,7 +348,8 @@ subroutine test_split_lines_first_last(error)
348348

349349
end subroutine test_split_lines_first_last
350350

351-
! On MS windows,
351+
! On MS windows, directory listings are printed to files with CR//LF endings.
352+
! Check that the lines can be properly read back from such files.
352353
subroutine test_dir_with_crlf(error)
353354
type(error_t), allocatable, intent(out) :: error
354355

0 commit comments

Comments
 (0)