diff libinterp/corefcn/pr-output.cc @ 28011:b31a118729ed

update bug status for tests Files affected: pr-output.cc, griddatan.m, legend.m, movstd.m, movvar.m, and bug-53956.tst.
author John W. Eaton <jwe@octave.org>
date Sun, 26 Jan 2020 23:16:24 -0500
parents bd51beb6205e
children 79b583e31590
line wrap: on
line diff
--- a/libinterp/corefcn/pr-output.cc	Sun Jan 26 19:28:56 2020 -0800
+++ b/libinterp/corefcn/pr-output.cc	Sun Jan 26 23:16:24 2020 -0500
@@ -3287,7 +3287,7 @@
 }
 
 /*
-%!test <56941>
+%!test <*56941>
 %! [old_fmt, old_spacing] = format ();
 %! unwind_protect
 %!   format short;
@@ -3305,14 +3305,14 @@
 %!   format (old_spacing);
 %! end_unwind_protect
 
-%!test <57003>
+%!test <*57003>
 %! x = ones (2,1,3);
 %! s = rats (x,4);
 %! assert (ndims (s) == 2);
 %! assert (rows (s) == 2);
 %! assert (columns (s) == 3 * 6);
 
-%!assert <57004> (rats ([]), '')
+%!assert <*57004> (rats ([]), '')
 
 */