Mercurial > hg > octave-nkf
diff scripts/general/shift.m @ 13290:c479e3d0311f
shift.m: Fix typo in %!error tests
* shift.m: Fix typo in %!error tests
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Fri, 07 Oct 2011 16:44:47 -0700 |
parents | 04edb15d7966 |
children | 10eba5cdb5d4 |
line wrap: on
line diff
--- a/scripts/general/shift.m +++ b/scripts/general/shift.m @@ -92,7 +92,7 @@ %!error shift (1, 2, 3, 4) %!error shift ([], 1) %!error shift (ones(2), ones(2)) -%!error kurtosis (ones(2), 1.5) -%!error kurtosis (ones(2), 0) -%!error kurtosis (ones(2), 3) +%!error shift (ones(2), 1.5) +%!error shift (ones(2), 0) +%!error shift (ones(2), 3)