diff options
author | obscuren <geffobscura@gmail.com> | 2015-01-13 07:25:45 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-01-13 07:25:45 +0800 |
commit | 750d70c2024784227c8ac920d651c337c2de207e (patch) | |
tree | ec792564d4fae7a1d8d84ef1019027a9e6791476 /tests/vm | |
parent | 34689cb3f369ad71164b81d0c05238d78cb67945 (diff) | |
download | dexon-750d70c2024784227c8ac920d651c337c2de207e.tar.gz dexon-750d70c2024784227c8ac920d651c337c2de207e.tar.zst dexon-750d70c2024784227c8ac920d651c337c2de207e.zip |
updated tests
Diffstat (limited to 'tests/vm')
-rw-r--r-- | tests/vm/gh_test.go | 6 |
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 { |