changeset 13049:b37d8e5aedf3

fntests.m: Remove statement about demos from "No Tests" message * fntests.m: Remove statement about demos from "No Tests" message
author Rik <octave@nomad.inbox5.com>
date Sat, 03 Sep 2011 09:18:11 -0700
parents c5c94b63931f
children 438b53faa9fa
files test/fntests.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/fntests.m	Sat Sep 03 18:40:46 2011 +0400
+++ b/test/fntests.m	Sat Sep 03 09:18:11 2011 -0700
@@ -215,7 +215,7 @@
   n_with = num_elts_matching_pattern (with, pat);
   n_without = num_elts_matching_pattern (without, pat);
   n_tot = n_with + n_without;
-  printf ("\n%d (of %d) %s files have no tests or demos.\n", n_without, n_tot, typ);
+  printf ("\n%d (of %d) %s files have no tests.\n", n_without, n_tot, typ);
 endfunction
 
 pso = page_screen_output ();