diff test/nest/nest.tst @ 26946:04e5cb5e2cb3

update bug status in tests * __ichol__.cc, file-io.cc, mappers.cc, oct-map.cc, syscalls.cc, asech.m, quadgk.m, deconv.m, poly.m, betainc.m, expint.m, gammainc.m, perms.m, native2unicode.m, bug-38236.tst, bug-47680.tst, bug-50716.tst, classdef.tst, classes.tst, for.tst, nest.tst, struct.tst: Update status of fixed bugs in tests.
author John W. Eaton <jwe@octave.org>
date Wed, 20 Mar 2019 02:27:30 +0000
parents 7c9a681c4474
children b442ec6dda5c
line wrap: on
line diff
--- a/test/nest/nest.tst	Wed Mar 20 02:25:33 2019 +0000
+++ b/test/nest/nest.tst	Wed Mar 20 02:27:30 2019 +0000
@@ -62,7 +62,7 @@
 %! assert (f("foo"), "nested foo");
 %! assert (f("foo"), "nested foo");
 
-%!test <39257>
+%!test <*39257>
 %! f = no_closure (1);
 %! assert (f(), "nested");
 %! assert (f("foo"), "nested foo");
@@ -78,7 +78,7 @@
 ## closure contexts.handles, FH3 is a copy of FH2 so they will
 ## share the same context.
 
-%!test <39257>
+%!test <*39257>
 %! fh1 = nst1 (13);
 %! fh2 = nst1 (13);
 %! fh3 = fh2;