changeset 11465:fb98284fcc20

logm: fix test
author John W. Eaton <jwe@octave.org>
date Sun, 09 Jan 2011 14:36:49 -0500
parents 21b5284fa78d
children 1f64a7b73e98
files scripts/linear-algebra/logm.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/linear-algebra/logm.m
+++ b/scripts/linear-algebra/logm.m
@@ -143,4 +143,4 @@
 %% Test input validation
 %!error logm ();
 %!error logm (1, 2, 3);
-%!error <logm: argument must be a square matrix.> logm([1 0;0 1; 2 2]);
+%!error <logm: argument must be a square matrix> logm([1 0;0 1; 2 2]);