diff scripts/help/print_usage.m @ 12830:208f0a181be6

codesprint: Stop reporting print_usage() as missing tests. * print_usage.m: Add %!assert(1) to stop reporting on file. No real tests possible.
author Rik <octave@nomad.inbox5.com>
date Sat, 16 Jul 2011 14:16:52 -0700
parents c792872f8942
children 72c96de7a403
line wrap: on
line diff
--- a/scripts/help/print_usage.m
+++ b/scripts/help/print_usage.m
@@ -136,3 +136,7 @@
   retval = get_usage_plain_text (help_text, max_len);
 endfunction
 
+
+## Stop reporting function as missing tests.  No good tests possible.
+%!assert (1)
+