changeset 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 1a6537dbce7b
children 6cebb0c36b1d
files scripts/general/shift.m
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/general/shift.m	Fri Oct 07 14:18:18 2011 -0700
+++ b/scripts/general/shift.m	Fri Oct 07 16:44:47 2011 -0700
@@ -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)