diff scripts/optimization/__all_opts__.m @ 13044:a04e32272ecb

codesprint: Turn off test warning for various internal helper functions * __makeinfo__.m, __all_opts__.m, __gnuplot_drawnow__.m, __go_close_all__.m, __plt_get_axis_arg__.m: Use %!assert(1) to disable test warning.
author Rik <octave@nomad.inbox5.com>
date Sat, 03 Sep 2011 08:32:58 -0700
parents c792872f8942
children 72c96de7a403
line wrap: on
line diff
--- a/scripts/optimization/__all_opts__.m
+++ b/scripts/optimization/__all_opts__.m
@@ -67,3 +67,7 @@
 
 endfunction
 
+
+## No test needed for internal helper function.
+%!assert (1)
+