Skip to content

Commit

Permalink
Don't fail testsuite if FinInG is unavailable (#5565)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Jan 9, 2024
1 parent f2129b2 commit 5ae6e1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tst/testbugfix/2023-10-18-SetDimension.tst
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# issue reported by Michel Lavrauw on 18 October 2023
gap> LoadPackage("fining",false);
true
#@if LoadPackage("fining",false)
gap> G:=ProjectivityGroup(PG(8,2));
The FinInG projectivity group PGL(9,2)
gap> H:=Group(Identity(G));
Expand All @@ -11,3 +10,4 @@ gap> IsTrivial(H);
true
gap> IsNonTrivial(H); # this used to return "true"
false
#@fi

0 comments on commit 5ae6e1e

Please sign in to comment.