File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66#include "commit_graph.h"
77#include "futils.h"
88
9- void test_graph_commit_graph__parse (void )
9+ void test_graph_commitgraph__parse (void )
1010{
1111 git_repository * repo ;
1212 struct git_commit_graph_file * file ;
@@ -50,7 +50,7 @@ void test_graph_commit_graph__parse(void)
5050 git_str_dispose (& commit_graph_path );
5151}
5252
53- void test_graph_commit_graph__parse_octopus_merge (void )
53+ void test_graph_commitgraph__parse_octopus_merge (void )
5454{
5555 git_repository * repo ;
5656 struct git_commit_graph_file * file ;
@@ -91,7 +91,7 @@ void test_graph_commit_graph__parse_octopus_merge(void)
9191 git_str_dispose (& commit_graph_path );
9292}
9393
94- void test_graph_commit_graph__writer (void )
94+ void test_graph_commitgraph__writer (void )
9595{
9696 git_repository * repo ;
9797 git_commit_graph_writer * w = NULL ;
You can’t perform that action at this time.
0 commit comments