diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-03-06 00:46:57 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-03-06 00:46:57 +0800 |
commit | f01d745d70ceb724d015a5d7fcd9516168286b78 (patch) | |
tree | 66d6d3d842d96d6b1cc80034143e3166670d133b | |
parent | 72bf02bf15d01fad45bbdf586f294d939c9d7fd6 (diff) | |
parent | 0af08eca1fba6e8f8efaea9b77279369db1318a4 (diff) | |
download | dexon-f01d745d70ceb724d015a5d7fcd9516168286b78.tar.gz dexon-f01d745d70ceb724d015a5d7fcd9516168286b78.tar.zst dexon-f01d745d70ceb724d015a5d7fcd9516168286b78.zip |
Merge pull request #429 from chfast/pr/fix_vm_tests
Fix VM tests
-rw-r--r-- | tests/vm/gh_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/vm/gh_test.go b/tests/vm/gh_test.go index 2151cf9a5..c62f6a4bb 100644 --- a/tests/vm/gh_test.go +++ b/tests/vm/gh_test.go @@ -79,10 +79,6 @@ func RunVmTest(p string, t *testing.T) { helper.CreateFileTests(t, p, &tests) for name, test := range tests { - helper.Logger.SetLogLevel(4) - if name != "TransactionNonceCheck2" { - continue - } db, _ := ethdb.NewMemDatabase() statedb := state.New(nil, db) for addr, account := range test.Pre { |