changeset 11780:fe8f87d9133e release-3-0-x

mod: delete bogus test
author John W. Eaton <jwe@octave.org>
date Mon, 02 Jun 2008 11:18:58 -0400
parents 65e41465c46b
children d590e5c06b4f
files scripts/ChangeLog scripts/general/mod.m
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-02  John W. Eaton  <jwe@octave.org>
+
+	* general/mod.m: Delete bogus test.
+
 2008-06-02  Jaroslav Hajek <highegg@gmail.com>
 
 	* strings/strcat.m: Add tests.
--- a/scripts/general/mod.m
+++ b/scripts/general/mod.m
@@ -127,4 +127,3 @@
 %!assert (mod(uint8(5),4),uint8(1))
 %!assert (mod(5,uint8(4)),uint8(1))
 %!assert (mod(uint8([1:5]),4),uint8([1,2,3,0,1]))
-%!error (mod([1:5],uint8(4)))