We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32391ed commit 8da2586Copy full SHA for 8da2586
test/commutativetests.jl
@@ -2,8 +2,5 @@ for file in readdir(joinpath(@__DIR__, "commutative"))
2
if file == "complex.jl" && !isdefined(Mod, Symbol("@complex_polyvar"))
3
continue
4
end
5
- if file == "mutable_arithmetics.jl"
6
- continue
7
- end
8
include(joinpath(@__DIR__, "commutative", file))
9
0 commit comments