op-geth/common/main_test.go

10 lines
117 B
Go
Raw Normal View History

2015-03-16 11:27:38 +01:00
package common
import (
"testing"
2014-11-15 20:21:55 -06:00
checker "gopkg.in/check.v1"
)
func Test(t *testing.T) { checker.TestingT(t) }