aboutsummaryrefslogtreecommitdiffstats
path: root/core/state/main_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/state/main_test.go')
-rw-r--r--core/state/main_test.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/state/main_test.go b/core/state/main_test.go
new file mode 100644
index 000000000..f3d3f7e23
--- /dev/null
+++ b/core/state/main_test.go
@@ -0,0 +1,9 @@
+package state
+
+import (
+ "testing"
+
+ checker "gopkg.in/check.v1"
+)
+
+func Test(t *testing.T) { checker.TestingT(t) }