changeset 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 ab529124f516
children 05a6e27d7908
files scripts/help/print_usage.m
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
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)
+