Skip to content

Commit 0c5a895

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

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
@@ -203,7 +203,7 @@ subroutine test_getfile_non_empty(error)
203203
close(ios)
204204

205205
! Read and delete it
206-
call getfile(filename, fileContents, err, delete=.true.)
206+
call getfile(filename, filecontents, err, delete=.true.)
207207

208208
call check(error, err%ok(), "Should not return error reading a non-empty file")
209209
if (allocated(error)) return

0 commit comments

Comments
 (0)