diff options
Merge pull request #238 from ethereum/updateHive
regenerate hive tests
Diffstat (limited to 'GeneralStateTests/stStaticCall/static_callcallcode_01_SuicideEnd.json')
-rw-r--r-- | GeneralStateTests/stStaticCall/static_callcallcode_01_SuicideEnd.json | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/GeneralStateTests/stStaticCall/static_callcallcode_01_SuicideEnd.json b/GeneralStateTests/stStaticCall/static_callcallcode_01_SuicideEnd.json index 864062709..9336bfad5 100644 --- a/GeneralStateTests/stStaticCall/static_callcallcode_01_SuicideEnd.json +++ b/GeneralStateTests/stStaticCall/static_callcallcode_01_SuicideEnd.json @@ -2,7 +2,7 @@ "static_callcallcode_01_SuicideEnd" : { "_info" : { "comment" : "", - "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", + "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++", "source" : "/src/GeneralStateTestsFiller/stStaticCall/static_callcallcode_01_SuicideEndFiller.json" }, "env" : { @@ -21,7 +21,9 @@ "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ], "EIP158" : [ @@ -31,7 +33,9 @@ "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ], "Frontier" : [ @@ -41,7 +45,9 @@ "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ], "Homestead" : [ @@ -51,7 +57,9 @@ "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ], "Metropolis" : [ @@ -61,7 +69,9 @@ "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ] }, |