X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ftesting.h;h=5cf69559210726c84a6d69c61c9aa9dbf3c5b468;hb=b9b5e5d573d0011c4f3276e9b84b73ba4dd2e870;hp=41e2e81e16b75e5a93e196095302491eb5e636b9;hpb=029b489b237a8785c539f85d4840a49ba6743603;p=collectd.git diff --git a/src/testing.h b/src/testing.h index 41e2e81e..5cf69559 100644 --- a/src/testing.h +++ b/src/testing.h @@ -29,8 +29,8 @@ #include -static int fail_count__ = 0; -static int check_count__ = 0; +static int fail_count__; +static int check_count__; #ifndef DBL_PRECISION #define DBL_PRECISION 1e-12