Commit 60fd2f35 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke

Update vm_test.go

store ...
parent 75e6406c
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment