Skip to content

Commit 0a3aea5

Browse files
authored
Avoid including independent twice (#321)
1 parent bc81898 commit 0a3aea5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/commutativetests.jl

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
for file in readdir(joinpath(@__DIR__, "commutative"))
2+
if file == "independent.jl"
3+
# It's included by `gcd.jl`
4+
continue
5+
end
26
if file == "complex.jl" && !isdefined(Mod, Symbol("@complex_polyvar"))
37
continue
48
end

0 commit comments

Comments
 (0)