summaryrefslogtreecommitdiff
path: root/tests/shallow/feature_flag.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shallow/feature_flag.c')
-rw-r--r--tests/shallow/feature_flag.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/shallow/feature_flag.c b/tests/shallow/feature_flag.c
deleted file mode 100644
index 25d283a44..000000000
--- a/tests/shallow/feature_flag.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "clar_libgit2.h"
-
-void test_shallow_feature_flag__set_feature_flag(void)
-{
- cl_must_pass(git_libgit2_opts(GIT_OPT_ENABLE_SHALLOW, 1));
-}
-
-void test_shallow_feature_flag__unset_feature_flag(void)
-{
- cl_must_pass(git_libgit2_opts(GIT_OPT_ENABLE_SHALLOW, 0));
-}