diff options
Diffstat (limited to 'tests/merge/trees/trivial.c')
-rw-r--r-- | tests/merge/trees/trivial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/merge/trees/trivial.c b/tests/merge/trees/trivial.c index c7f8d2423..4a8255624 100644 --- a/tests/merge/trees/trivial.c +++ b/tests/merge/trees/trivial.c @@ -13,7 +13,7 @@ static git_repository *repo; #define TEST_INDEX_PATH TEST_REPO_PATH "/.git/index" -// Fixture setup and teardown +/* Fixture setup and teardown */ void test_merge_trees_trivial__initialize(void) { repo = cl_git_sandbox_init(TEST_REPO_PATH); |