changeset 13292:10eba5cdb5d4

eliminate incorrect tests for shift * shift.m: Delete incorrect error tests.
author John W. Eaton <jwe@octave.org>
date Fri, 07 Oct 2011 23:03:36 -0400
parents 6cebb0c36b1d
children 007ebc128ab5
files scripts/general/shift.m
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/general/shift.m	Fri Oct 07 17:44:31 2011 -0700
+++ b/scripts/general/shift.m	Fri Oct 07 23:03:36 2011 -0400
@@ -93,6 +93,4 @@
 %!error shift ([], 1)
 %!error shift (ones(2), ones(2))
 %!error shift (ones(2), 1.5)
-%!error shift (ones(2), 0)
-%!error shift (ones(2), 3)