Source
xxxxxxxxxx
--- tests/check_diff.c.orig 2010-03-03 13:30:12.000000000 +0000
+++ tests/check_diff.c 2011-10-23 12:22:16.000000000 +0100
static void
add_test (TCase *tc, int i)
{
- _tcase_add_test (tc, arr_tests[i].fn, arr_tests[i].name, 0, 0, 1);
+ _tcase_add_test (tc, arr_tests[i].fn, arr_tests[i].name, 0, 0, 0, 1);
}
static void