Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/git2go/testhelper_test.go')
-rw-r--r--internal/git2go/testhelper_test.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/internal/git2go/testhelper_test.go b/internal/git2go/testhelper_test.go
deleted file mode 100644
index f4298b718..000000000
--- a/internal/git2go/testhelper_test.go
+++ /dev/null
@@ -1,11 +0,0 @@
-package git2go
-
-import (
- "testing"
-
- "gitlab.com/gitlab-org/gitaly/v16/internal/testhelper"
-)
-
-func TestMain(m *testing.M) {
- testhelper.Run(m)
-}