Skip to content

Commit 9eb8fad

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

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
@@ -208,7 +208,7 @@ subroutine test_getfile_non_empty(error)
208208
call check(error, err%ok(), "Should not return error reading a non-empty file")
209209
if (allocated(error)) return
210210

211-
call check(error, len_trim(fileContents) == 5, "Wrong string size returned")
211+
call check(error, len_trim(filecontents) == 5, "Wrong string size returned")
212212
if (allocated(error)) return
213213

214214
end subroutine test_getfile_non_empty

0 commit comments

Comments
 (0)