blob: 963ab0b310695748f21551de003b0f42321beeb9 [file] [log] [blame]
package goyaml_test
import (
. "launchpad.net/gocheck"
"testing"
)
func Test(t *testing.T) { TestingT(t) }
type S struct{}
var _ = Suite(&S{})