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