2
0
mirror of https://github.com/status-im/op-geth.git synced 2025-01-30 08:24:57 +00:00
Taylor Gerring 9095b37343 Convert vm test to checker
Tests are skipped due to reliance on deprecated mutan
2014-11-16 13:45:46 -06:00

10 lines
113 B
Go

package vm
import (
"testing"
checker "gopkg.in/check.v1"
)
func Test(t *testing.T) { checker.TestingT(t) }