aboutsummaryrefslogtreecommitdiffstats
path: root/state/main_test.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-11-19 02:48:35 +0800
committerobscuren <geffobscura@gmail.com>2014-11-19 02:48:35 +0800
commit675ba4d7eb7ab96fa74b803085f042a25f8d8d42 (patch)
treecc8ee5c2cd3f80e943a336d9820539ea2ebce4d2 /state/main_test.go
parentf8d0cd9906a1ec4a4a1e95868a279312363f8b49 (diff)
parent5c958ec5f658709b648647449ce5349aa98b3d5d (diff)
downloadgo-tangerine-675ba4d7eb7ab96fa74b803085f042a25f8d8d42.tar.gz
go-tangerine-675ba4d7eb7ab96fa74b803085f042a25f8d8d42.tar.zst
go-tangerine-675ba4d7eb7ab96fa74b803085f042a25f8d8d42.zip
Merge branch 'tests' into poc8
Diffstat (limited to 'state/main_test.go')
-rw-r--r--state/main_test.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/state/main_test.go b/state/main_test.go
new file mode 100644
index 000000000..f3d3f7e23
--- /dev/null
+++ b/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) }