Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b05f95 commit 27133caCopy full SHA for 27133ca
tests/diff/racy.c renamed to tests/index/racy.c
@@ -6,20 +6,20 @@
6
7
static git_repository *g_repo;
8
9
-void test_diff_racy__initialize(void)
+void test_index_racy__initialize(void)
10
{
11
cl_git_pass(git_repository_init(&g_repo, "diff_racy", false));
12
}
13
14
-void test_diff_racy__cleanup(void)
+void test_index_racy__cleanup(void)
15
16
git_repository_free(g_repo);
17
g_repo = NULL;
18
19
cl_fixture_cleanup("diff_racy");
20
21
22
-void test_diff_racy__diff(void)
+void test_index_racy__diff(void)
23
24
git_index *index;
25
git_diff *diff;
@@ -48,7 +48,7 @@ void test_diff_racy__diff(void)
48
git_buf_free(&path);
49
50
51
-void test_diff_racy__write_index_just_after_file(void)
+void test_index_racy__write_index_just_after_file(void)
52
53
54
0 commit comments