# HG changeset patch # User Rik # Date 1338222411 25200 # Node ID 775fed9ed47dfd426127da71f5744f9fcc0d3a07 # Parent e3da2a68d709399ac6f69aed68b168fbb8fdc15b test: Turn off 'deprecated-function' warning when running fntests.m * fntests.m: Correct typo in warning name "deprecated-functions" -> "deprecated-function" diff -r e3da2a68d709 -r 775fed9ed47d test/fntests.m --- a/test/fntests.m Fri May 25 16:02:05 2012 -0700 +++ b/test/fntests.m Mon May 28 09:26:51 2012 -0700 @@ -242,7 +242,7 @@ warning ("on", "quiet"); try page_screen_output (0); - warning ("off", "Octave:deprecated-functions"); + warning ("off", "Octave:deprecated-function"); fid = fopen ("fntests.log", "wt"); if (fid < 0) error ("could not open fntests.log for writing");