Fixed some state issues

This commit is contained in:
obscuren
2014-03-31 01:03:28 +02:00
parent 7cc28c8b46
commit 7277c42047
4 changed files with 7 additions and 6 deletions

View File

@ -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)