From 8ad1582208c1fcee803f14acd85c7b3fc42e8a03 Mon Sep 17 00:00:00 2001 From: keorn Date: Fri, 14 Oct 2016 13:28:02 +0100 Subject: [PATCH] enable suicide json test (#2626) --- ethcore/res/ethereum/tests | 2 +- ethcore/src/json_tests/homestead_chain.rs | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ethcore/res/ethereum/tests b/ethcore/res/ethereum/tests index 8f07dbc82..c63dc0e22 160000 --- a/ethcore/res/ethereum/tests +++ b/ethcore/res/ethereum/tests @@ -1 +1 @@ -Subproject commit 8f07dbc8294a32db5ebe8098925fcefc2eab3e71 +Subproject commit c63dc0e22eab0c3a40e09a87391e07e103014058 diff --git a/ethcore/src/json_tests/homestead_chain.rs b/ethcore/src/json_tests/homestead_chain.rs index 314c36cf1..37a9d0a21 100644 --- a/ethcore/src/json_tests/homestead_chain.rs +++ b/ethcore/src/json_tests/homestead_chain.rs @@ -37,6 +37,5 @@ declare_test!{BlockchainTests_Homestead_bcUncleTest, "BlockchainTests/Homestead/ declare_test!{BlockchainTests_Homestead_bcValidBlockTest, "BlockchainTests/Homestead/bcValidBlockTest"} declare_test!{BlockchainTests_Homestead_bcWalletTest, "BlockchainTests/Homestead/bcWalletTest"} declare_test!{BlockchainTests_Homestead_bcShanghaiLove, "BlockchainTests/Homestead/bcShanghaiLove"} -// Uncomment once the test is correct. -// declare_test!{BlockchainTests_Homestead_bcSuicideIssue, "BlockchainTests/Homestead/bcSuicideIssue"} +declare_test!{BlockchainTests_Homestead_bcSuicideIssue, "BlockchainTests/Homestead/bcSuicideIssue"} declare_test!{BlockchainTests_Homestead_bcExploitTest, "BlockchainTests/Homestead/bcExploitTest"}