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 38633d5 commit c1812e8Copy full SHA for c1812e8
test/compilers.jl
@@ -11,7 +11,7 @@ using BinaryBuilder, Test
11
12
# Try the expanded platform list
13
platforms = supported_platforms()
14
- platforms = expand_gfortran_versions()
+ platforms = expand_gfortran_versions(platforms)
15
pd = preferred_platform_compiler(platforms)
16
@test length(platforms) == length(pd)
17
@test all(isnothing.(values(pd)))
0 commit comments