From f24477678bdbfa473c7947ad55c75d9c197d587a Mon Sep 17 00:00:00 2001 From: Wilf Wilson Date: Wed, 28 Apr 2021 14:37:17 +0100 Subject: [PATCH] Suppress a test output with incorrect pluralization --- tst/anusp.tst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tst/anusp.tst b/tst/anusp.tst index b8dd75f..de1c68b 100644 --- a/tst/anusp.tst +++ b/tst/anusp.tst @@ -44,8 +44,7 @@ gap> H := Pq( G : Prime := 2, ClassBound := 1 ); gap> hom := GroupHomomorphismByImages( H, H, [H.1, H.2], [H.2, H.1 * H.2] ); [ f1, f2 ] -> [ f2, f1*f2 ] gap> SetIsBijective( hom, true ); -gap> A := GroupByGenerators( [hom] ); - +gap> A := GroupByGenerators( [hom] );; gap> Order( A ); 3 gap> SetAutomorphismGroup( H, A );