Skip to content

Commit

Permalink
HACK
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored and thofma committed Oct 8, 2023
1 parent 6f0f2b4 commit 72ce576
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/generic/LaurentMPoly-test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ end
test_Ring_interface(L)
end

# HACK: for GC to workaround bug
GC.gc()

@testset "Generic.LaurentMPoly.constructors" begin
L, (x, y) = laurent_polynomial_ring(GF(5), 2, "x", cached = true)
@test L != laurent_polynomial_ring(GF(5), 2, 'x', cached = false)[1]
Expand Down

0 comments on commit 72ce576

Please sign in to comment.