diff scripts/plot/__gnuplot_drawnow__.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 4061a9ec9c40
children 105c72254967 632f653a29a0
line wrap: on
line diff
--- a/scripts/plot/__gnuplot_drawnow__.m	Sat Sep 03 08:25:52 2011 -0700
+++ b/scripts/plot/__gnuplot_drawnow__.m	Sat Sep 03 08:32:58 2011 -0700
@@ -386,3 +386,7 @@
     endif
   endif
 endfunction
+
+
+## No test needed for internal helper function.
+%!assert (1)