summaryrefslogtreecommitdiff
path: root/vendor/gopkg.in/yaml.v2/suite_test.go
blob: c5cf1ed4f6e6321e2f8398a9960a1c7abf2243e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package yaml_test

import (
	. "gopkg.in/check.v1"
	"testing"
)

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

type S struct{}

var _ = Suite(&S{})