diff test/fntests.m @ 10899:686e3bc432a2

fntests.m: Add extra newline for more readable output during make.
author Rik <octave@nomad.inbox5.com>
date Tue, 17 Aug 2010 18:41:51 -0700
parents 04f2b4d68eba
children 630dc1933fe6
line wrap: on
line diff
--- a/test/fntests.m
+++ b/test/fntests.m
@@ -264,7 +264,7 @@
   report_files_with_no_tests (files_with_tests, files_with_no_tests, ".cc");
 
   puts ("\nPlease help improve Octave by contributing tests for\n");
-  puts ("these files (see the list in the file fntests.log).\n");
+  puts ("these files (see the list in the file fntests.log).\n\n");
 
   fprintf (fid, "\nFiles with no tests:\n\n%s",
 	  list_in_columns (files_with_no_tests, 80));