Sign in
cue
/
cue
/
07ee2ab589c223a6aef1c243dcdb18d88a2b497d
/
.
/
internal
/
third_party
/
yaml
/
suite_test.go
blob: c5cf1ed4f6e6321e2f8398a9960a1c7abf2243e2 [
file
] [
log
] [
blame
]
package yaml_test
import (
. "gopkg.in/check.v1"
"testing"
)
func Test(t *testing.T) { TestingT(t) }
type S struct{}
var _ = Suite(&S{})