Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Mar 11, 2025
1 parent 29182b4 commit f2a2fbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/fpm_test/test_filesystem.f90
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,8 @@ subroutine test_split_lines_first_last(error)

end subroutine test_split_lines_first_last

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

Expand Down

0 comments on commit f2a2fbb

Please sign in to comment.