Skip to content

Commit

Permalink
Remove export
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Apr 26, 2024
1 parent 04d46eb commit f86a25c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/exports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ export SetMap
export SimpleNumField
export SimpleNumFieldElem
export SkewDiagram
export SparsePolynomialRing
export Strassen
export SymmetricGroup
export UniversalPolyRing
Expand Down
4 changes: 4 additions & 0 deletions test/generic/SparsePoly-test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#end

@testset "Generic.SparsePoly.constructors" begin
SparsePolynomialRing = AbstractAlgebra.SparsePolynomialRing

R, x = SparsePolynomialRing(ZZ, "x")
S, y = SparsePolynomialRing(R, "y")

Expand All @@ -25,6 +27,8 @@
end

@testset "Generic.SparsePoly.printing" begin
SparsePolynomialRing = AbstractAlgebra.SparsePolynomialRing

R, x = SparsePolynomialRing(ZZ, "x")

@test string(zero(R)) == "0"
Expand Down

0 comments on commit f86a25c

Please # to comment.