Skip to content

Commit

Permalink
FreeModule -> free_module (#1692)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Feb 28, 2024
1 parent 653656d commit 9f505e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/generic/Module-test.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function rand_module(R::Ring, vals...)
rk = rand(0:5)
M = FreeModule(R, rk)
M = free_module(R, rk)
levels = rand(0:3)
for i = 1:levels
if ngens(M) == 0
Expand Down

0 comments on commit 9f505e2

Please sign in to comment.