moved state and vm to core
This commit is contained in:
9
core/vm/main_test.go
Normal file
9
core/vm/main_test.go
Normal file
@ -0,0 +1,9 @@
|
||||
package vm
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
checker "gopkg.in/check.v1"
|
||||
)
|
||||
|
||||
func Test(t *testing.T) { checker.TestingT(t) }
|
Reference in New Issue
Block a user