Skip to content

Commit f8ff37c

Browse files
committed
refactor: remove unused import in test_env_guard
1 parent 19bf45b commit f8ff37c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/runtime/test_env_guard.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ module test_env_guard
22
!! Runtime test-environment detection to prevent recursive execution
33
!! Used to avoid spawning external test runners (e.g., fpm test) when
44
!! fortcov itself is being run under a test harness.
5-
use iso_fortran_env, only: error_unit
65
implicit none
76
private
87

0 commit comments

Comments
 (0)