aboutsummaryrefslogtreecommitdiffstats
path: root/formats/packfile/common_test.go
blob: 104a5d2cb866121c0abbd3ed71ecdf079822d82a (plain) (blame)
1
2
3
4
5
6
7
8
9
package packfile

import (
	"testing"

	. "gopkg.in/check.v1"
)

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