Skip to content

Commit 8bbfbfb

Browse files
committed
Test TypedPolynomials again
1 parent 13f8967 commit 8bbfbfb

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

test/runtests.jl

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ if try_import(:DynamicPolynomials)
2222
include("noncommutativetests.jl")
2323
end
2424

25-
# TypedPolynomials currently does not load under 0.7
26-
# if try_import(:TypedPolynomials)
27-
# Mod = TypedPolynomials
28-
# include("commutativetests.jl")
29-
# end
25+
if try_import(:TypedPolynomials)
26+
Mod = TypedPolynomials
27+
include("commutativetests.jl")
28+
end

0 commit comments

Comments
 (0)