diff scripts/special-matrix/magic.m @ 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 194eb4bd202b
line wrap: on
line diff
--- a/scripts/special-matrix/magic.m	Fri Jun 09 17:40:34 2017 -0400
+++ b/scripts/special-matrix/magic.m	Fri Jun 09 17:44:57 2017 -0400
@@ -88,7 +88,7 @@
 ## Not a magic square but we must return something (bug #46672).
 ## While one day we may change the actual return of magic (2),
 ## this properties still must be true.
-%!test <46672>
+%!test <*46672>
 %! m = magic (2);
 %! assert (size (m), [2 2]);
 %! assert (unique (m), [1; 2; 3; 4]);