aboutsummaryrefslogtreecommitdiffstats
path: root/state/main_test.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-23 23:59:09 +0800
committerobscuren <geffobscura@gmail.com>2015-03-23 23:59:09 +0800
commit0330077d76b48934ab024a309000f83c78047d8a (patch)
tree2a3ffbcd5bd941b30ed28d0eb5c30553a25324e0 /state/main_test.go
parentd7eaa97a297151637af090ecb05bbd6d260d90b8 (diff)
downloaddexon-0330077d76b48934ab024a309000f83c78047d8a.tar.gz
dexon-0330077d76b48934ab024a309000f83c78047d8a.tar.zst
dexon-0330077d76b48934ab024a309000f83c78047d8a.zip
moved state and vm to core
Diffstat (limited to 'state/main_test.go')
-rw-r--r--state/main_test.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/state/main_test.go b/state/main_test.go
deleted file mode 100644
index f3d3f7e23..000000000
--- a/state/main_test.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package state
-
-import (
- "testing"
-
- checker "gopkg.in/check.v1"
-)
-
-func Test(t *testing.T) { checker.TestingT(t) }