moved state and vm to core

This commit is contained in:
obscuren
2015-03-23 16:59:09 +01:00
parent d7eaa97a29
commit 0330077d76
58 changed files with 40 additions and 40 deletions

9
core/state/main_test.go Normal file
View File

@ -0,0 +1,9 @@
package state
import (
"testing"
checker "gopkg.in/check.v1"
)
func Test(t *testing.T) { checker.TestingT(t) }