aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vm/gh_test.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-10 19:39:59 +0800
committerobscuren <geffobscura@gmail.com>2015-03-10 19:39:59 +0800
commit53f8f297449e2d53154a4ee7f71662d7c300ce77 (patch)
tree06ecea60f439be55b758b52ec318c90e01a42b5c /tests/vm/gh_test.go
parenta7538d0020d3a51ab3b25997b3c4f01db87d4c7a (diff)
parent0542df941f57a75fa7b699089db1d9ae40e4ff71 (diff)
downloadgo-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.go7
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 {