summaryrefslogtreecommitdiff
path: root/tests/describe/describe_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/describe/describe_helpers.h')
-rw-r--r--tests/describe/describe_helpers.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/describe/describe_helpers.h b/tests/describe/describe_helpers.h
deleted file mode 100644
index 16a0638e3..000000000
--- a/tests/describe/describe_helpers.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#include "clar_libgit2.h"
-#include "buffer.h"
-
-extern void assert_describe(
- const char *expected_output,
- const char *revparse_spec,
- git_repository *repo,
- git_describe_options *opts,
- git_describe_format_options *fmt_opts);
-
-extern void assert_describe_workdir(
- const char *expected_output,
- git_repository *repo,
- git_describe_options *opts,
- git_describe_format_options *fmt_opts);