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 d810d87 commit 0646facCopy full SHA for 0646fac
test/fpm_test/test_compiler.f90
@@ -76,7 +76,7 @@ subroutine test_check_fortran_source_runs(error)
76
call test_failed(error, "Invalid compile flags did not trigger an error")
77
return
78
end if
79
- if (compiler%check_flags_supported(compile_flags='-unknown-flag')) then
+ if (compiler%check_flags_supported(compile_flags='-not-a-compile-flag')) then
80
81
82
0 commit comments