diff libinterp/octave-value/ov-fcn-handle.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 5cb3a2bb5e1e
line wrap: on
line diff
--- a/libinterp/octave-value/ov-fcn-handle.cc	Fri Jun 09 17:40:34 2017 -0400
+++ b/libinterp/octave-value/ov-fcn-handle.cc	Fri Jun 09 17:44:57 2017 -0400
@@ -1294,7 +1294,7 @@
 }
 
 /*
-%!test <33857>
+%!test <*33857>
 %! a = 2;
 %! f = @(x) a + x;
 %! g = @(x) 2 * x;
@@ -1346,7 +1346,7 @@
 %!  endif
 %!endfunction
 
-%!test <35876>
+%!test <*35876>
 %! a = 2;
 %! f = @(x) a + x;
 %! g = @(x) 2 * x;