diff options
author | Paweł Bylica <pawel.bylica@imapp.pl> | 2015-03-05 21:35:27 +0800 |
---|---|---|
committer | Paweł Bylica <pawel.bylica@imapp.pl> | 2015-03-05 21:35:27 +0800 |
commit | 0af08eca1fba6e8f8efaea9b77279369db1318a4 (patch) | |
tree | 870960915ce0dd136658ba8b67fb35e75733d99e /tests | |
parent | a56243075a7527d65d14c4cf3480029feb0a1e3f (diff) | |
download | dexon-0af08eca1fba6e8f8efaea9b77279369db1318a4.tar.gz dexon-0af08eca1fba6e8f8efaea9b77279369db1318a4.tar.zst dexon-0af08eca1fba6e8f8efaea9b77279369db1318a4.zip |
Fix VM tests not checked
Diffstat (limited to '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 { |