# HG changeset patch # User nkeynes # Date 1168056463 0 # Node ID 2f811793bd0af476ec9b8f0e19c9646def39c785 # Parent 5daf59b7f31b5998fe6173c5b8adec7a71b7544f Remove increment that shouldn't have been there --- a/test/testdata.c Sat Jan 06 04:06:36 2007 +0000 +++ b/test/testdata.c Sat Jan 06 04:07:43 2007 +0000 @@ -1,5 +1,5 @@ /** - * $Id: testdata.c,v 1.3 2007-01-03 09:05:13 nkeynes Exp $ + * $Id: testdata.c,v 1.4 2007-01-06 04:07:43 nkeynes Exp $ * * Test data loader. * @@ -200,7 +200,6 @@ int test_count, test_failures = 0; for( test_count=0; test_fns[test_count] != NULL; test_count++ ) { - test_count++; if( test_fns[test_count]() != 0 ) { fprintf( stderr, "Test %d failed\n", test_count+1 ); test_failures++;