aboutsummaryrefslogtreecommitdiffstats
path: root/common_test.go
blob: 3f25ad95309baf4d71373202afb4a5f6d100bed5 (plain) (blame)
1
2
3
4
5
6
7
8
9
package git

import (
	"testing"

	. "gopkg.in/check.v1"
)

func Test(t *testing.T) { TestingT(t) }