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