diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2014-11-15 05:01:52 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2014-11-15 05:01:52 +0800 |
commit | 2a9fc7baa908d64ff1ddae44641024114d3ec88d (patch) | |
tree | 7b94082bd16765984046fa3c04c2ed57812d8c89 /state/main_test.go | |
parent | 56aa24002de357c24a9644a49d5702c8d4663909 (diff) | |
download | go-tangerine-2a9fc7baa908d64ff1ddae44641024114d3ec88d.tar.gz go-tangerine-2a9fc7baa908d64ff1ddae44641024114d3ec88d.tar.zst go-tangerine-2a9fc7baa908d64ff1ddae44641024114d3ec88d.zip |
Merge branch 'develop' of https://github.com/tgerring/go-ethereum
Diffstat (limited to 'state/main_test.go')
-rw-r--r-- | state/main_test.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/state/main_test.go b/state/main_test.go new file mode 100644 index 000000000..973a7c373 --- /dev/null +++ b/state/main_test.go @@ -0,0 +1,8 @@ +package state + +import ( + checker "gopkg.in/check.v1" + "testing" +) + +func Test(t *testing.T) { checker.TestingT(t) } |