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 d20faf8 commit 716d2f5Copy full SHA for 716d2f5
src/tests/logger/test_stdlib_logger.f90
@@ -47,7 +47,7 @@ program test_stdlib_logger
47
print *
48
print *, 'running log_text_error'
49
call global % log_text_error( 'This text should be written to UNIT1' // &
50
- 'and UNIT3 and not to OUTPUT_UNIT.', &
+ ' and UNIT3 and not to OUTPUT_UNIT.', &
51
column = 25, &
52
summary = 'There is no real error here.', &
53
filename = 'dummy.txt', &
0 commit comments