diff --git a/test/generic/Poly-test.jl b/test/generic/Poly-test.jl index f06d607c97..5f3d0464bb 100644 --- a/test/generic/Poly-test.jl +++ b/test/generic/Poly-test.jl @@ -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