Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2014-04-18 21:58:01 +0400
committerRussell Belfer <rb@github.com>2014-04-18 21:58:01 +0400
commit50e46d6018ede64e3e4b177baa4ad8156d928fbd (patch)
treeded01e720b9ffad7883687b0a3f73f7df79e12f3 /tests/attr
parent6a0956e504328f6584af971e840c202ecb21b5b6 (diff)
Cleanup tests with helper functions
Diffstat (limited to 'tests/attr')
-rw-r--r--tests/attr/ignore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/attr/ignore.c b/tests/attr/ignore.c
index a83c5bd74..68875194d 100644
--- a/tests/attr/ignore.c
+++ b/tests/attr/ignore.c
@@ -16,7 +16,7 @@ void test_attr_ignore__cleanup(void)
g_repo = NULL;
}
-void assert_is_ignored_(
+static void assert_is_ignored_(
bool expected, const char *filepath, const char *file, int line)
{
int is_ignored = 0;