Skip to content

Commit

Permalink
Remove old @polynomial_ring test (#1573)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgkurtz authored Nov 2, 2023
1 parent 7076f92 commit b673463
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/generic/Poly-test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,3 @@ end
@test truncate(f*g, n) == mullow(f, g, n)
end
end

@testset "@polynomial_ring" begin
# cf. AbstractAlgebra issue #274
R, x = @polynomial_ring(ZZ, x)
@test typeof(R) == ZZMPolyRing
R, x = @polynomial_ring(QQ, x)
@test typeof(R) == QQMPolyRing
end

0 comments on commit b673463

Please sign in to comment.