Skip to content

Commit

Permalink
adjust the testfile to the changed error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBreuer committed Feb 8, 2023
1 parent abcb3a7 commit 98a973a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tst/testinstall/MatrixObj/DiagonalMatrix.tst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gap> M:= Matrix( IsPlistMatrixRep, GF(3), [ Z(3) ], 1 );;
gap> DiagonalMatrix( [ 1, 2 ] * Z(3), M );
<2x2-matrix over GF(3)>
gap> DiagonalMatrix( [ 1, 2 ], M );
Error, <ob> must lie in the base domain of <m>
Error, <ob> must lie in the base domain of <M>

# with vector of diagonal entries only (choose a default representation)
gap> Is8BitMatrixRep( DiagonalMatrix( [ 1, 2 ] * Z(3) ) );
Expand Down

0 comments on commit 98a973a

Please sign in to comment.