aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-12-19 05:38:51 +0800
committerobscuren <geffobscura@gmail.com>2014-12-19 05:38:51 +0800
commit332568379454dce6b1fb3c3e023a53d0c52cded0 (patch)
treecf7ba0c6cdc922d102ff2ffd08c6dc20e1af06ab /tests
parentf7287c626e31e980d5b164935ae913db3855eb81 (diff)
downloadgo-tangerine-332568379454dce6b1fb3c3e023a53d0c52cded0.tar
go-tangerine-332568379454dce6b1fb3c3e023a53d0c52cded0.tar.gz
go-tangerine-332568379454dce6b1fb3c3e023a53d0c52cded0.tar.bz2
go-tangerine-332568379454dce6b1fb3c3e023a53d0c52cded0.tar.lz
go-tangerine-332568379454dce6b1fb3c3e023a53d0c52cded0.tar.xz
go-tangerine-332568379454dce6b1fb3c3e023a53d0c52cded0.tar.zst
go-tangerine-332568379454dce6b1fb3c3e023a53d0c52cded0.zip
Fixed refund model
Diffstat (limited to 'tests')
-rw-r--r--tests/vm/gh_test.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/vm/gh_test.go b/tests/vm/gh_test.go
index 42dcc0ae1..ca63b90d3 100644
--- a/tests/vm/gh_test.go
+++ b/tests/vm/gh_test.go
@@ -77,11 +77,11 @@ func RunVmTest(p string, t *testing.T) {
tests := make(map[string]VmTest)
helper.CreateFileTests(t, p, &tests)
- helper.Logger.SetLogLevel(5)
+ //helper.Logger.SetLogLevel(5)
for name, test := range tests {
- if name != "ABAcalls1" {
- continue
- }
+ // if name != "refund50_1" {
+ // continue
+ // }
statedb := state.New(helper.NewTrie())
for addr, account := range test.Pre {
obj := StateObjectFromAccount(addr, account)