changeset 12800:bde2c81aa2e6

codesprint: dummy test for bug_report function. * bug_report.m: Add assert(1) test.
author John W. Eaton <jwe@octave.org>
date Sat, 16 Jul 2011 13:34:32 -0400
parents e0b174e99449
children 2837514cf178
files scripts/miscellaneous/bug_report.m
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/miscellaneous/bug_report.m	Sat Jul 16 13:33:47 2011 -0400
+++ b/scripts/miscellaneous/bug_report.m	Sat Jul 16 13:34:32 2011 -0400
@@ -43,3 +43,6 @@
   puts ("\n");
 
 endfunction
+
+## Mark file as being tested.  No real test needed for this function.
+%!assert (1)