diff options
author | Jeffrey Wilcke <obscuren@users.noreply.github.com> | 2014-03-28 06:25:03 +0800 |
---|---|---|
committer | Jeffrey Wilcke <obscuren@users.noreply.github.com> | 2014-03-28 06:25:03 +0800 |
commit | 60fd2f3521471b300107847271f4df2919f1b0d4 (patch) | |
tree | f508b897fa40a68e4e9822cbfd9c798a63ba345d /ethchain | |
parent | 75e6406c1f1034dbf96aca28193d7e1e0653db50 (diff) | |
download | go-tangerine-60fd2f3521471b300107847271f4df2919f1b0d4.tar.gz go-tangerine-60fd2f3521471b300107847271f4df2919f1b0d4.tar.zst go-tangerine-60fd2f3521471b300107847271f4df2919f1b0d4.zip |
Update vm_test.go
store ...
Diffstat (limited to 'ethchain')
-rw-r--r-- | ethchain/vm_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethchain/vm_test.go b/ethchain/vm_test.go index 5acc47659..c802420cb 100644 --- a/ethchain/vm_test.go +++ b/ethchain/vm_test.go @@ -90,7 +90,7 @@ d = store[0] asm, _ := mutan.NewCompiler().Compile(strings.NewReader(` a = 3 + 3 - stotre[1000] = a + store[1000] = a store[1000] `)) asm = append(asm, "LOG") |