blob: be26fc2f3c663580206d6773482c696642fe1bf4 [file]
package goyaml_test
import (
. "gocheck"
"testing"
)
func Test(t *testing.T) { TestingT(t) }
type S struct{}
var _ = Suite(&S{})