Skip to content

Commit 851028d

Browse files
mzeccznicholls
authored andcommitted
Run fortitude
1 parent 8c30858 commit 851028d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/unit/main.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ program tester_unit
4747
end if
4848

4949
if (stat > 0) then
50-
write (error_unit, '(i0, 1x, a)') stat, "test(s) failed!"
50+
write (error_unit, "(i0, 1x, a)") stat, "test(s) failed!"
5151
error stop 1
5252
end if
5353

tests/unit/test_get_wavelength.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
module test_get_wavelength
33

44
! How to print to stdout
5-
use ISO_Fortran_env, only: stdout => OUTPUT_UNIT
5+
use, intrinsic :: ISO_Fortran_env, only: stdout => OUTPUT_UNIT
66
use testdrive, only: new_unittest, unittest_type, error_type, check
77

88
use kind_parameters, only: dp

0 commit comments

Comments
 (0)