Skip to content

Commit a5eef47

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

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
@@ -175,7 +175,7 @@ subroutine test_getfile_empty(error)
175175
close(ios)
176176

177177
! Read and delete it
178-
call getfile(filename, fileContents, err, delete=.true.)
178+
call getfile(filename, filecontents, err, delete=.true.)
179179

180180
call check(error, err%ok(), "Should not return error reading an empty file")
181181
if (allocated(error)) return

0 commit comments

Comments
 (0)