Skip to content

Commit

Permalink
Nemocas/Nemo.jl#1174 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Oct 1, 2024
1 parent 11bbd58 commit faee07a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/Rings-conformance-tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,8 @@ function test_EuclideanRing_interface(R::AbstractAlgebra.Ring; reps = 20)
(a, b) = divides(f*m + g, m)
@test !a || b*m == f*m + g

#TODO: enable once https://github.com/Nemocas/Nemo.jl/issues/1174
#@test_throws Exception remove(f, zero(R))
#@test_throws Exception valuation(f, zero(R))
@test_throws Exception remove(f, zero(R))
@test_throws Exception valuation(f, zero(R))

if !is_unit(m) && !iszero(f)
n = rand(0:3)
Expand Down

0 comments on commit faee07a

Please sign in to comment.