X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ftesting.h;h=5cf69559210726c84a6d69c61c9aa9dbf3c5b468;hb=06fe1074812c7f0b903c9aa8d0d9e47036b552b5;hp=41e2e81e16b75e5a93e196095302491eb5e636b9;hpb=7b0628b4f4688d48d89f94ca381ca6340da05b37;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