Cleaning evm

This commit is contained in:
Tomusdrw
2016-01-16 17:08:57 +01:00
parent 045d2ce44b
commit 09c46be74d
5 changed files with 458 additions and 312 deletions

View File

@@ -13,9 +13,6 @@ fn do_json_test(json_data: &[u8]) -> Vec<String> {
flush(format!("\n"));
for (name, test) in json.as_object().unwrap() {
// if name != "TestStoreGasPrices" {
// continue;
// }
let mut fail = false;
{
let mut fail_unless = |cond: bool| if !cond && !fail {