Example #1
0
func Test(t *testing.T) {
	gocheck.TestingT(t)
}
// Hook up gocheck into the "go test" runner.
func Test(t *testing.T) { gc.TestingT(t) }