Skip to content

Commit

Permalink
Add a missing local declaration in a tst file (#5917)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Jan 28, 2025
1 parent ebe6cb4 commit 3bf5b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tst/teststandard/permgrp.tst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
##
## Some tests for permutation groups and friends(takes a few seconds to run)
##
#@local g, dc, ac, p, s, dc1, u, part, iso,l,it,i,w,d,a,hom
#@local g, dc, ac, p, s, dc1, u, part, iso,l,it,i,w,d,a,hom,act
gap> START_TEST("permgrp.tst");
gap> Size(Normalizer(SymmetricGroup(100),PrimitiveGroup(100,1)));
1209600
Expand Down

0 comments on commit 3bf5b4d

Please sign in to comment.