diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-08-24 18:42:00 +0800 |
---|---|---|
committer | Felix Lange <fjl@users.noreply.github.com> | 2017-08-24 18:42:00 +0800 |
commit | ff9a8682323648266d5c73f4f4bce545d91edccb (patch) | |
tree | 845c34148a43a642857551fc619da86e9142a6c7 /tests | |
parent | 20b818d206231bc9cfc70f08acb07f77be134c25 (diff) | |
download | go-tangerine-ff9a8682323648266d5c73f4f4bce545d91edccb.tar.gz go-tangerine-ff9a8682323648266d5c73f4f4bce545d91edccb.tar.zst go-tangerine-ff9a8682323648266d5c73f4f4bce545d91edccb.zip |
core/state: revert metro suicide map addition (#15024)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/block_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/block_test.go b/tests/block_test.go index 066f28034..56e1e1e8d 100644 --- a/tests/block_test.go +++ b/tests/block_test.go @@ -37,7 +37,6 @@ func TestBlockchain(t *testing.T) { // Still failing tests bt.skipLoad(`^bcWalletTest.*_Byzantium$`) - bt.skipLoad(`^bcStateTests/suicideCoinbase.json.*_Byzantium$`) bt.walk(t, blockTestDir, func(t *testing.T, name string, test *BlockTest) { if err := bt.checkFailure(t, name, test.Run()); err != nil { |