diff scripts/statistics/movstd.m @ 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 9d9e01986105
line wrap: on
line diff
--- a/scripts/statistics/movstd.m	Sun Jan 26 19:28:56 2020 -0800
+++ b/scripts/statistics/movstd.m	Sun Jan 26 23:16:24 2020 -0500
@@ -170,7 +170,7 @@
 # test for bug #55241
 %!assert ([1/sqrt(2); ones(8,1); 1/sqrt(2)], movstd ((1:10).', 3), 1e-8)
 
-%!test <56765>
+%!test <*56765>
 %! x = 1:10;
 %! y = movstd (x, 4);
 %! y0 = movstd (x, 4, 0);