Sign in
edge
/
third_party
/
go-yaml
/
yaml
/
562080bfe963d41a6870a4c500918f6361a0b61f
/
.
/
suite_test.go
blob: 03359cddfe58886bf9225223b37faeb783d79d3d [
file
] [
log
] [
blame
]
package goyaml_test
import (
. "launchpad.net/gocheck"
"testing"
)
func Test(t *testing.T) { TestingT(t) }
type S struct{}
var _ = Suite(&S{})