diff test/test_recursion.m @ 9112:f5b51f54f44e

Remove obsolete comments from test scripts in test
author Thorsten Meyer <thorsten.meyier@gmx.de>
date Sun, 12 Apr 2009 22:30:00 +0200
parents a1dbe9d80eee
children 16f53d29049f
line wrap: on
line diff
--- a/test/test_recursion.m
+++ b/test/test_recursion.m
@@ -16,8 +16,6 @@
 ## along with Octave; see the file COPYING.  If not, see
 ## <http://www.gnu.org/licenses/>.
 
-%% Automatically generated from DejaGNU files
-
 %% test/octave.test/recursion/recursion-1.m
 %!function y = f (x)
 %!  if (x == 1)