# HG changeset patch # User Rik # Date 1315066691 25200 # Node ID b37d8e5aedf381b84760ab3c47d72b5bbdecea10 # Parent c5c94b63931f0e23691719bb4d5e6ce28f53328d fntests.m: Remove statement about demos from "No Tests" message * fntests.m: Remove statement about demos from "No Tests" message diff -r c5c94b63931f -r b37d8e5aedf3 test/fntests.m --- 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 ();