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