Skip to content

Commit

Permalink
remove COMPACT_TYPE_IDS 'test'
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed May 13, 2018
1 parent 599194b commit 3a1ed53
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tst/testinstall/kernel/opers.tst
Original file line number Diff line number Diff line change
Expand Up @@ -169,16 +169,6 @@ false
gap> SET_TESTER_FILTER(fail, 1);
Error, <oper> must be an operation

#
# COMPACT_TYPE_IDS is called when we run out of type ids, it removes
# unused type ids and renumbers the remaining ons. On a 64bit system, it
# is probably never called under normal circumstances. In any case, just
# calling it, w/o any further checks (other than GAP not crashing) is
# already a pretty good check. However, on HPC-GAP, this function is not
# available.
#
gap> if not IsHPCGAP then COMPACT_TYPE_IDS(); fi;

#
#
#
Expand Down

0 comments on commit 3a1ed53

Please sign in to comment.