Skip to content

Commit

Permalink
Required blank lines in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
hulpke committed Sep 11, 2016
1 parent e5002e1 commit 064dba3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tst/teststandard/grpauto.tst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ gap> IsomorphismGroups(G,H);
fail
gap> IsomorphismGroups(G,PcGroupCode(CodePcGroup(G),Size(G)))=fail;
false

#
# hard-iso2
#
Expand All @@ -39,6 +40,7 @@ gap> IsomorphismGroups(H,K);
fail
gap> IsomorphismGroups(G,PcGroupCode(CodePcGroup(G),Size(G)))=fail;
false

#
# hard-iso3
#
Expand All @@ -50,6 +52,7 @@ gap> IsomorphismGroups(G,H);
fail
gap> IsomorphismGroups(G,PcGroupCode(CodePcGroup(G),Size(G)))=fail;
false

#
# from here on needs 4GB
#
Expand Down

0 comments on commit 064dba3

Please sign in to comment.