comparison test/test_for.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
comparison
equal deleted inserted replaced
9111:96e7a72be5e7 9112:f5b51f54f44e
13 ## General Public License for more details. 13 ## General Public License for more details.
14 ## 14 ##
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18
19 %% Automatically generated from DejaGNU files
20 18
21 %% test/octave.test/for/for-1.m 19 %% test/octave.test/for/for-1.m
22 %!test 20 %!test
23 %! for i = 1 21 %! for i = 1
24 %! printf_assert ("%d", i); 22 %! printf_assert ("%d", i);