quartz/pkg/mod/github.com/yuin/goldmark@v1.4.4/testutil/testutil_test.go
Adam Gospodarczyk da2d93f602 Brain
2022-04-26 16:25:19 +02:00

8 lines
184 B
Go

package testutil
import "testing"
// This will fail to compile if the TestingT interface is changed in a way
// that doesn't conform to testing.T.
var _ TestingT = (*testing.T)(nil)