Pascal Bleser
2011-04-02 23:01:40 +00:00
committed by Git OBS Bridge
commit f6e4a740f9
6 changed files with 157 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- 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