diff libinterp/corefcn/max.cc @ 23573:1b4f4ec53b4a

use new script to tag fixed bugs in tests
author John W. Eaton <jwe@octave.org>
date Fri, 09 Jun 2017 17:44:57 -0400
parents 0703d31e1ec0
children 80c42f4cca13
line wrap: on
line diff
--- a/libinterp/corefcn/max.cc	Fri Jun 09 17:40:34 2017 -0400
+++ b/libinterp/corefcn/max.cc	Fri Jun 09 17:44:57 2017 -0400
@@ -865,8 +865,8 @@
 %! assert (max (x, 2.1i), sparse ([2.1i 2.1i 3 4]));
 
 ## Test for bug #40743
-%!assert <40743> (max (zeros (1,0), ones (1,1)), zeros (1,0))
-%!assert <40743> (max (sparse (zeros (1,0)), sparse (ones (1,1))),
+%!assert <*40743> (max (zeros (1,0), ones (1,1)), zeros (1,0))
+%!assert <*40743> (max (sparse (zeros (1,0)), sparse (ones (1,1))),
 %!                sparse (zeros (1,0)))
 
 %!error max ()