generator.ml: avoid a warning about signed overflow in tests.c
authorJim Meyering <meyering@redhat.com>
Fri, 28 Aug 2009 12:07:35 +0000 (14:07 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 28 Aug 2009 12:07:35 +0000 (14:07 +0200)
* src/generator.ml: Emit "unsigned long int n_failed;" rather than
"int failed;", to avoid warning from gcc about "assuming signed
overflow does not occur when simplifying conditional to constant".


No differences found