diff libinterp/parse-tree/pt-tm-const.cc @ 28579:713398d4a3c3

update bug status of tests marked with bug numbers After running make update-bug-status, the following files were modified: pt-tm-const.cc, Sparse.cc, bug58519.tst, io.tst, nest.tst.
author John W. Eaton <jwe@octave.org>
date Tue, 14 Jul 2020 16:46:37 -0400
parents 66397e171801
children 70cdf8de553d 0a5b15007766
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-tm-const.cc	Tue Jul 14 16:45:22 2020 -0400
+++ b/libinterp/parse-tree/pt-tm-const.cc	Tue Jul 14 16:46:37 2020 -0400
@@ -935,11 +935,11 @@
 %!shared es
 %! es = struct ("a", {});
 %!
-%!assert <58695> ([1; es.a; 3], [1; 3])
-%!test <58695>
+%!assert <*58695> ([1; es.a; 3], [1; 3])
+%!test <*58695>
 %! fail ("undefined element in matrix list", "[1; my_undef(), 3]");
 %!
-%!assert <58695> ([es.a; es.a; 3], 3)
-%!test <58695>
+%!assert <*58695> ([es.a; es.a; 3], 3)
+%!test <*58695>
 %! fail ("undefined element in matrix list", "[my_undef(); my_undef(); 3]")
 */