We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16190ee commit 05fd08eCopy full SHA for 05fd08e
test/io/test_getline.f90
@@ -147,7 +147,7 @@ subroutine test_getfile_missing(error)
147
!> Test for a missing file.
148
type(error_type), allocatable, intent(out) :: error
149
150
- type(string_type) :: fileContents
+ type(string_type) :: filecontents
151
type(state_type) :: err
152
153
call getfile("nonexistent_file.txt", fileContents, err)
0 commit comments