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 19bf45b commit f8ff37cCopy full SHA for f8ff37c
src/utils/runtime/test_env_guard.f90
@@ -2,7 +2,6 @@ module test_env_guard
2
!! Runtime test-environment detection to prevent recursive execution
3
!! Used to avoid spawning external test runners (e.g., fpm test) when
4
!! fortcov itself is being run under a test harness.
5
- use iso_fortran_env, only: error_unit
6
implicit none
7
private
8
0 commit comments