Commit 50e46d60 by Russell Belfer

Cleanup tests with helper functions

parent 6a0956e5
...@@ -16,7 +16,7 @@ void test_attr_ignore__cleanup(void) ...@@ -16,7 +16,7 @@ void test_attr_ignore__cleanup(void)
g_repo = NULL; g_repo = NULL;
} }
void assert_is_ignored_( static void assert_is_ignored_(
bool expected, const char *filepath, const char *file, int line) bool expected, const char *filepath, const char *file, int line)
{ {
int is_ignored = 0; int is_ignored = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment