diff options
author | obscuren <geffobscura@gmail.com> | 2014-03-31 07:03:28 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-03-31 07:03:28 +0800 |
commit | 7277c420479239fbea78417e42c43ee0162c2728 (patch) | |
tree | 71e87eca603437d569b78f9d64be80d537dcc034 /ethchain/vm_test.go | |
parent | 7cc28c8b469ba8df8bad1e3bbbba7fbd99b88535 (diff) | |
download | go-tangerine-7277c420479239fbea78417e42c43ee0162c2728.tar go-tangerine-7277c420479239fbea78417e42c43ee0162c2728.tar.gz go-tangerine-7277c420479239fbea78417e42c43ee0162c2728.tar.bz2 go-tangerine-7277c420479239fbea78417e42c43ee0162c2728.tar.lz go-tangerine-7277c420479239fbea78417e42c43ee0162c2728.tar.xz go-tangerine-7277c420479239fbea78417e42c43ee0162c2728.tar.zst go-tangerine-7277c420479239fbea78417e42c43ee0162c2728.zip |
Fixed some state issues
Diffstat (limited to 'ethchain/vm_test.go')
-rw-r--r-- | ethchain/vm_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ethchain/vm_test.go b/ethchain/vm_test.go index 2a02bcf4c..838f12f56 100644 --- a/ethchain/vm_test.go +++ b/ethchain/vm_test.go @@ -94,9 +94,7 @@ func TestRun4(t *testing.T) { } store[0] = 20 - test = store[0] store[a] = 20 - f = store[400] `), false) if err != nil { fmt.Println(err) |