github.com/jonasnick/go-ethereum@v0.7.12-0.20150216215225-22176f05d387/vm/main_test.go (about) 1 package vm 2 3 import ( 4 "testing" 5 6 checker "gopkg.in/check.v1" 7 ) 8 9 func Test(t *testing.T) { checker.TestingT(t) }