some deletions
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / honnef.co / go / tools@v0.0.1-2020.1.5 / staticcheck / testdata / src / CheckTestMainExit-5 / CheckTestMainExit-5.go
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/honnef.co/go/tools@v0.0.1-2020.1.5/staticcheck/testdata/src/CheckTestMainExit-5/CheckTestMainExit-5.go b/.config/coc/extensions/coc-go-data/tools/pkg/mod/honnef.co/go/tools@v0.0.1-2020.1.5/staticcheck/testdata/src/CheckTestMainExit-5/CheckTestMainExit-5.go
deleted file mode 100644 (file)
index e041843..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-package pkg
-
-import (
-       "os"
-       "testing"
-)
-
-func helper(m *testing.M) { os.Exit(m.Run()) }
-
-func TestMain(m *testing.M) {
-       helper(m)
-}