Skip to content

Commit 05fd08e

Browse files
perazzjalvesz
andauthored
Update test/io/test_getline.f90
Co-authored-by: jalvesz <102541118+jalvesz@users.noreply.github.com>
1 parent 16190ee commit 05fd08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/io/test_getline.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ subroutine test_getfile_missing(error)
147147
!> Test for a missing file.
148148
type(error_type), allocatable, intent(out) :: error
149149

150-
type(string_type) :: fileContents
150+
type(string_type) :: filecontents
151151
type(state_type) :: err
152152

153153
call getfile("nonexistent_file.txt", fileContents, err)

0 commit comments

Comments
 (0)