aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vm
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-13 07:25:45 +0800
committerobscuren <geffobscura@gmail.com>2015-01-13 07:25:45 +0800
commit750d70c2024784227c8ac920d651c337c2de207e (patch)
treeec792564d4fae7a1d8d84ef1019027a9e6791476 /tests/vm
parent34689cb3f369ad71164b81d0c05238d78cb67945 (diff)
downloadgo-tangerine-750d70c2024784227c8ac920d651c337c2de207e.tar.gz
go-tangerine-750d70c2024784227c8ac920d651c337c2de207e.tar.zst
go-tangerine-750d70c2024784227c8ac920d651c337c2de207e.zip
updated tests
Diffstat (limited to 'tests/vm')
-rw-r--r--tests/vm/gh_test.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/vm/gh_test.go b/tests/vm/gh_test.go
index 47b588268..699225e90 100644
--- a/tests/vm/gh_test.go
+++ b/tests/vm/gh_test.go
@@ -79,12 +79,6 @@ func RunVmTest(p string, t *testing.T) {
helper.CreateFileTests(t, p, &tests)
for name, test := range tests {
- /*
- helper.Logger.SetLogLevel(5)
- if name != "createNameRegistratorZeroMem" {
- continue
- }
- */
db, _ := ethdb.NewMemDatabase()
statedb := state.New(nil, db)
for addr, account := range test.Pre {