aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/vm_test.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-03-31 07:03:28 +0800
committerobscuren <geffobscura@gmail.com>2014-03-31 07:03:28 +0800
commit7277c420479239fbea78417e42c43ee0162c2728 (patch)
tree71e87eca603437d569b78f9d64be80d537dcc034 /ethchain/vm_test.go
parent7cc28c8b469ba8df8bad1e3bbbba7fbd99b88535 (diff)
downloadgo-tangerine-7277c420479239fbea78417e42c43ee0162c2728.tar.gz
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.go2
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)