aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum_test.go
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2014-11-15 10:58:09 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2014-11-15 10:58:09 +0800
commitdd9e99a418be6cde1a99a04659493edddeb6d455 (patch)
treea14d879c32196541e3b92b0dd899b195221f3d5e /ethereum_test.go
parent1ecb3b4cf358a9c8fb0152b54bde70c925eaa5c9 (diff)
downloaddexon-dd9e99a418be6cde1a99a04659493edddeb6d455.tar
dexon-dd9e99a418be6cde1a99a04659493edddeb6d455.tar.gz
dexon-dd9e99a418be6cde1a99a04659493edddeb6d455.tar.bz2
dexon-dd9e99a418be6cde1a99a04659493edddeb6d455.tar.lz
dexon-dd9e99a418be6cde1a99a04659493edddeb6d455.tar.xz
dexon-dd9e99a418be6cde1a99a04659493edddeb6d455.tar.zst
dexon-dd9e99a418be6cde1a99a04659493edddeb6d455.zip
try to get full coverage report on travis
Diffstat (limited to 'ethereum_test.go')
-rw-r--r--ethereum_test.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/ethereum_test.go b/ethereum_test.go
deleted file mode 100644
index 87eb54e2f..000000000
--- a/ethereum_test.go
+++ /dev/null
@@ -1,8 +0,0 @@
-package eth
-
-import (
- checker "gopkg.in/check.v1"
- "testing"
-)
-
-func Test(t *testing.T) { checker.TestingT(t) }