12 lines
353 B
Diff
12 lines
353 B
Diff
![]() |
--- tests/check_diff.c.orig 2011-04-03 00:50:21.000000000 +0200
|
||
|
+++ tests/check_diff.c 2011-04-03 00:51:46.000000000 +0200
|
||
|
@@ -259,7 +259,7 @@
|
||
|
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, 1, 1);
|
||
|
}
|
||
|
|
||
|
static void
|