Skip to content

Commit 8da2586

Browse files
committed
Add MA tests back
1 parent 32391ed commit 8da2586

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/commutativetests.jl

-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@ for file in readdir(joinpath(@__DIR__, "commutative"))
22
if file == "complex.jl" && !isdefined(Mod, Symbol("@complex_polyvar"))
33
continue
44
end
5-
if file == "mutable_arithmetics.jl"
6-
continue
7-
end
85
include(joinpath(@__DIR__, "commutative", file))
96
end

0 commit comments

Comments
 (0)