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