blob: c5cf1ed4f6e6321e2f8398a9960a1c7abf2243e2 [file] [log] [blame]
package yaml_test
import (
. "gopkg.in/check.v1"
"testing"
)
func Test(t *testing.T) { TestingT(t) }
type S struct{}
var _ = Suite(&S{})