changeset 18225:9a0f996a358a gui-release

maint: backout cset 42e6cdc76f4b on gui-release branch.
author John W. Eaton <jwe@octave.org>
date Mon, 06 Jan 2014 14:21:26 -0500
parents 03226f218077
children 1af5ee5f3076 2eb26867bf66
files libinterp/corefcn/max.cc
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/max.cc	Mon Jan 06 14:31:35 2014 -0500
+++ b/libinterp/corefcn/max.cc	Mon Jan 06 14:21:26 2014 -0500
@@ -560,10 +560,6 @@
 %! assert (ndims(i), 2);
 %! assert (i, [1, 1; 1, 1]);
 
-## Test for bug #40743
-%!assert (max (zeros (1,0), ones (1,1)), zeros (1,0))
-%!assert (max (sparse (zeros (1,0)), sparse (ones (1,1))), sparse (zeros (1,0)))
-
 %!error max ()
 %!error max (1, 2, 3, 4)
 */