aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPaweł Bylica <pawel.bylica@imapp.pl>2015-03-05 21:35:27 +0800
committerPaweł Bylica <pawel.bylica@imapp.pl>2015-03-05 21:35:27 +0800
commit0af08eca1fba6e8f8efaea9b77279369db1318a4 (patch)
tree870960915ce0dd136658ba8b67fb35e75733d99e /tests
parenta56243075a7527d65d14c4cf3480029feb0a1e3f (diff)
downloadgo-tangerine-0af08eca1fba6e8f8efaea9b77279369db1318a4.tar
go-tangerine-0af08eca1fba6e8f8efaea9b77279369db1318a4.tar.gz
go-tangerine-0af08eca1fba6e8f8efaea9b77279369db1318a4.tar.bz2
go-tangerine-0af08eca1fba6e8f8efaea9b77279369db1318a4.tar.lz
go-tangerine-0af08eca1fba6e8f8efaea9b77279369db1318a4.tar.xz
go-tangerine-0af08eca1fba6e8f8efaea9b77279369db1318a4.tar.zst
go-tangerine-0af08eca1fba6e8f8efaea9b77279369db1318a4.zip
Fix VM tests not checked
Diffstat (limited to 'tests')
-rw-r--r--tests/vm/gh_test.go4
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 {