Skip to content

Commit c1812e8

Browse files
authored
Update test/compilers.jl
1 parent 38633d5 commit c1812e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/compilers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ using BinaryBuilder, Test
1111

1212
# Try the expanded platform list
1313
platforms = supported_platforms()
14-
platforms = expand_gfortran_versions()
14+
platforms = expand_gfortran_versions(platforms)
1515
pd = preferred_platform_compiler(platforms)
1616
@test length(platforms) == length(pd)
1717
@test all(isnothing.(values(pd)))

0 commit comments

Comments
 (0)