aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/vm_test.go
diff options
context:
space:
mode:
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)