aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum_test.go
diff options
context:
space:
mode:
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) }