From ff9a8682323648266d5c73f4f4bce545d91edccb Mon Sep 17 00:00:00 2001 From: Péter Szilágyi Date: Thu, 24 Aug 2017 13:42:00 +0300 Subject: core/state: revert metro suicide map addition (#15024) --- tests/block_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') 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 { -- cgit