# HG changeset patch # User John W. Eaton # Date 1318043016 14400 # Node ID 10eba5cdb5d4f6e75eb317465c698d58c1bf3998 # Parent 6cebb0c36b1da55a0c4fd878b7da4bd025f9aed1 eliminate incorrect tests for shift * shift.m: Delete incorrect error tests. diff -r 6cebb0c36b1d -r 10eba5cdb5d4 scripts/general/shift.m --- 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)