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

testhelper_test.go « testhelper_run_no_exec_testmain « src « testdata « gitaly « golangci-lint « tools - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 94eb334f0f97a1e39309511b21896e260dfb4122 (plain)
1
2
3
4
5
6
7
8
package testhelper_run_no_exec_testmain

import (
	"testing"
)

func TestMain(m *testing.M) { // want "testhelper.Run not called in TestMain"
}