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 8755ec6 commit 9eb8fadCopy full SHA for 9eb8fad
test/io/test_getline.f90
@@ -208,7 +208,7 @@ subroutine test_getfile_non_empty(error)
208
call check(error, err%ok(), "Should not return error reading a non-empty file")
209
if (allocated(error)) return
210
211
- call check(error, len_trim(fileContents) == 5, "Wrong string size returned")
+ call check(error, len_trim(filecontents) == 5, "Wrong string size returned")
212
213
214
end subroutine test_getfile_non_empty
0 commit comments