Skip to content

Commit

Permalink
Re-enable conformance test for residue ring over Z[x] (#1938)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Dec 19, 2024
1 parent 0bc7807 commit 9843ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/generic/Residue-test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
S, x = polynomial_ring(ZZ, "x")
T, = residue_ring(S, x^2 + 1)
#test_Ring_interface_recursive(T) # TODO: currently fails because `inv(one(T))` fails
test_Ring_interface_recursive(T)

@test !occursin("\n", sprint(show, T))
end
Expand Down

0 comments on commit 9843ed5

Please sign in to comment.