diff libinterp/corefcn/ellipj.cc @ 23573:1b4f4ec53b4a

use new script to tag fixed bugs in tests
author John W. Eaton <jwe@octave.org>
date Fri, 09 Jun 2017 17:44:57 -0400
parents 0703d31e1ec0
children 0cc2011d800e
line wrap: on
line diff
--- a/libinterp/corefcn/ellipj.cc	Fri Jun 09 17:40:34 2017 -0400
+++ b/libinterp/corefcn/ellipj.cc	Fri Jun 09 17:44:57 2017 -0400
@@ -816,7 +816,7 @@
 %! assert (cn, C, 8*eps);
 %! assert (dn, D, 8*eps);
 
-%!test <43344>
+%!test <*43344>
 %! ## Test continuity of dn when cn is near zero
 %! m = 0.5;
 %! u = ellipke (0.5);