From 98a973ab1a509b3e12317814b9e75c717b9f130e Mon Sep 17 00:00:00 2001 From: ThomasBreuer Date: Wed, 8 Feb 2023 23:56:14 +0100 Subject: [PATCH] adjust the testfile to the changed error message --- tst/testinstall/MatrixObj/DiagonalMatrix.tst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tst/testinstall/MatrixObj/DiagonalMatrix.tst b/tst/testinstall/MatrixObj/DiagonalMatrix.tst index 237c1b9447..eca9458107 100644 --- a/tst/testinstall/MatrixObj/DiagonalMatrix.tst +++ b/tst/testinstall/MatrixObj/DiagonalMatrix.tst @@ -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, must lie in the base domain of +Error, must lie in the base domain of # with vector of diagonal entries only (choose a default representation) gap> Is8BitMatrixRep( DiagonalMatrix( [ 1, 2 ] * Z(3) ) );