diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-10 19:39:59 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-10 19:39:59 +0800 |
commit | 53f8f297449e2d53154a4ee7f71662d7c300ce77 (patch) | |
tree | 06ecea60f439be55b758b52ec318c90e01a42b5c /tests/vm/gh_test.go | |
parent | a7538d0020d3a51ab3b25997b3c4f01db87d4c7a (diff) | |
parent | 0542df941f57a75fa7b699089db1d9ae40e4ff71 (diff) | |
download | go-tangerine-53f8f297449e2d53154a4ee7f71662d7c300ce77.tar go-tangerine-53f8f297449e2d53154a4ee7f71662d7c300ce77.tar.gz go-tangerine-53f8f297449e2d53154a4ee7f71662d7c300ce77.tar.bz2 go-tangerine-53f8f297449e2d53154a4ee7f71662d7c300ce77.tar.lz go-tangerine-53f8f297449e2d53154a4ee7f71662d7c300ce77.tar.xz go-tangerine-53f8f297449e2d53154a4ee7f71662d7c300ce77.tar.zst go-tangerine-53f8f297449e2d53154a4ee7f71662d7c300ce77.zip |
Merge branch 'develop' into rpcfrontier
Diffstat (limited to 'tests/vm/gh_test.go')
-rw-r--r-- | tests/vm/gh_test.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/vm/gh_test.go b/tests/vm/gh_test.go index 2db7a0fd0..959f20463 100644 --- a/tests/vm/gh_test.go +++ b/tests/vm/gh_test.go @@ -80,13 +80,6 @@ func RunVmTest(p string, t *testing.T) { helper.CreateFileTests(t, p, &tests) for name, test := range tests { - /* - vm.Debug = true - helper.Logger.SetLogLevel(4) - if name != "refund_CallToSuicideTwice" { - continue - } - */ db, _ := ethdb.NewMemDatabase() statedb := state.New(nil, db) for addr, account := range test.Pre { |