Sign in
edge
/
third_party
/
go-yaml
/
yaml
/
6941443daa441371720e9ef8f3554c3958cfb071
/
.
/
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{})