diff options
Diffstat (limited to 'tests/merge/analysis.h')
-rw-r--r-- | tests/merge/analysis.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/merge/analysis.h b/tests/merge/analysis.h deleted file mode 100644 index f97e73ea7..000000000 --- a/tests/merge/analysis.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef INCLUDE_cl_merge_analysis_h__ -#define INCLUDE_cl_merge_analysis_h__ - -void testimpl_merge_analysis__initialize(git_repository *t_repo, git_index *t_repo_index); -void testimpl_merge_analysis__cleanup(void); -void testimpl_merge_analysis__fastforward(void); -void testimpl_merge_analysis__no_fastforward(void); -void testimpl_merge_analysis__uptodate(void); -void testimpl_merge_analysis__uptodate_merging_prev_commit(void); -void testimpl_merge_analysis__unborn(void); -void testimpl_merge_analysis__fastforward_with_config_noff(void); -void testimpl_merge_analysis__no_fastforward_with_config_ffonly(void); -void testimpl_merge_analysis__between_uptodate_refs(void); -void testimpl_merge_analysis__between_noff_refs(void); - -#endif |