diff libinterp/corefcn/cellfun.cc @ 30322:552239d43c18 stable

update bug status Modified files: cellfun.cc, mappers.cc, pt-eval.cc, bug-52851.tst, eval-command.tst, and handle-to-sibling.tst.
author John W. Eaton <jwe@octave.org>
date Tue, 23 Nov 2021 09:51:21 -0500
parents d13d090cb03a
children f69f749aad9b
line wrap: on
line diff
--- a/libinterp/corefcn/cellfun.cc	Sat Oct 30 10:22:16 2021 -0400
+++ b/libinterp/corefcn/cellfun.cc	Tue Nov 23 09:51:21 2021 -0500
@@ -1011,7 +1011,7 @@
 %!  __errmsg = S.message;
 %!  retval = NaN;
 %!endfunction
-%!test <58411>
+%!test <*58411>
 %! global __errmsg;
 %! assert (cellfun (@factorial, {1, 2, -3}, "ErrorHandler", @__errfcn), [1, 2, NaN]);
 %! assert (! isempty (__errmsg));