1
0
Fork 0
mirror of https://github.com/vbatts/imgsrv.git synced 2024-12-02 21:15:39 +00:00
imgsrv/vendor/launchpad.net/goyaml/suite_test.go

12 lines
149 B
Go

package goyaml_test
import (
. "launchpad.net/gocheck"
"testing"
)
func Test(t *testing.T) { TestingT(t) }
type S struct{}
var _ = Suite(&S{})