diff libinterp/corefcn/svd.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 c3075ae020e1
line wrap: on
line diff
--- a/libinterp/corefcn/svd.cc	Fri Jun 09 17:40:34 2017 -0400
+++ b/libinterp/corefcn/svd.cc	Fri Jun 09 17:44:57 2017 -0400
@@ -352,7 +352,7 @@
 %! assert (size (s), [0, 0]);
 %! assert (size (v), [0, 0]);
 
-%!test <49309>
+%!test <*49309>
 %! [~,~,v] = svd ([1, 1, 1], 0);
 %! assert (size (v), [3 3]);
 %! [~,~,v] = svd ([1, 1, 1], "econ");