Mercurial > hg > octave-lyh
diff scripts/testfun/test.m @ 5775:ace8d8d26933
[project @ 2006-04-24 19:13:06 by jwe]
author | jwe |
---|---|
date | Mon, 24 Apr 2006 19:13:11 +0000 |
parents | 233d98d95659 |
children | faafc2d98b8d |
line wrap: on
line diff
--- a/scripts/testfun/test.m +++ b/scripts/testfun/test.m @@ -553,7 +553,7 @@ %!demo toeplitz ([1,2,3,4],[1,5,6]) ### example from kron -%!#error kron # XXX FIXME XXX suppress these until we can handle output +%!#error kron # FIXME suppress these until we can handle output %!#error kron(1,2,3) %!test assert (isempty (kron ([], rand(3, 4)))) %!test assert (isempty (kron (rand (3, 4), [])))