cloudinit/third_party/launchpad.net/goyaml/suite_test.go

13 lines
149 B
Go
Raw Normal View History

2014-03-05 04:36:05 +04:00
package goyaml_test
import (
. "launchpad.net/gocheck"
"testing"
)
func Test(t *testing.T) { TestingT(t) }
type S struct{}
var _ = Suite(&S{})