diff options
author | Russell Belfer <rb@github.com> | 2014-04-18 10:58:01 -0700 |
---|---|---|
committer | Russell Belfer <rb@github.com> | 2014-04-18 10:58:01 -0700 |
commit | 50e46d6018ede64e3e4b177baa4ad8156d928fbd (patch) | |
tree | ded01e720b9ffad7883687b0a3f73f7df79e12f3 /tests/attr | |
parent | 6a0956e504328f6584af971e840c202ecb21b5b6 (diff) | |
download | libgit2-50e46d6018ede64e3e4b177baa4ad8156d928fbd.tar.gz |
Cleanup tests with helper functions
Diffstat (limited to 'tests/attr')
-rw-r--r-- | tests/attr/ignore.c | 2 |
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; |