diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2014-11-15 10:58:09 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2014-11-15 10:58:09 +0800 |
commit | dd9e99a418be6cde1a99a04659493edddeb6d455 (patch) | |
tree | a14d879c32196541e3b92b0dd899b195221f3d5e /chain/bloom9_test.go | |
parent | 1ecb3b4cf358a9c8fb0152b54bde70c925eaa5c9 (diff) | |
download | go-tangerine-dd9e99a418be6cde1a99a04659493edddeb6d455.tar.gz go-tangerine-dd9e99a418be6cde1a99a04659493edddeb6d455.tar.zst go-tangerine-dd9e99a418be6cde1a99a04659493edddeb6d455.zip |
try to get full coverage report on travis
Diffstat (limited to 'chain/bloom9_test.go')
-rw-r--r-- | chain/bloom9_test.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chain/bloom9_test.go b/chain/bloom9_test.go index 8b1b962cb..c99e27db4 100644 --- a/chain/bloom9_test.go +++ b/chain/bloom9_test.go @@ -1,7 +1,9 @@ package chain +/* import ( "testing" + "github.com/ethereum/go-ethereum/state" ) @@ -17,7 +19,7 @@ func TestBloom9(t *testing.T) { } } -/* + func TestAddress(t *testing.T) { block := &Block{} block.Coinbase = ethutil.Hex2Bytes("22341ae42d6dd7384bc8584e50419ea3ac75b83f") |