File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
static git_repository * g_repo ;
8
8
9
- void test_diff_racy__initialize (void )
9
+ void test_index_racy__initialize (void )
10
10
{
11
11
cl_git_pass (git_repository_init (& g_repo , "diff_racy" , false));
12
12
}
13
13
14
- void test_diff_racy__cleanup (void )
14
+ void test_index_racy__cleanup (void )
15
15
{
16
16
git_repository_free (g_repo );
17
17
g_repo = NULL ;
18
18
19
19
cl_fixture_cleanup ("diff_racy" );
20
20
}
21
21
22
- void test_diff_racy__diff (void )
22
+ void test_index_racy__diff (void )
23
23
{
24
24
git_index * index ;
25
25
git_diff * diff ;
@@ -48,7 +48,7 @@ void test_diff_racy__diff(void)
48
48
git_buf_free (& path );
49
49
}
50
50
51
- void test_diff_racy__write_index_just_after_file (void )
51
+ void test_index_racy__write_index_just_after_file (void )
52
52
{
53
53
git_index * index ;
54
54
git_diff * diff ;
You can’t perform that action at this time.
0 commit comments