fixed test

This commit is contained in:
obscuren
2014-05-29 23:54:48 +02:00
parent 9bb7633254
commit 8fcba0eb1e
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -1,7 +1,6 @@
package ethchain
import (
"fmt"
"github.com/ethereum/eth-go/ethdb"
"github.com/ethereum/eth-go/ethutil"
"testing"
+1 -1
View File
@@ -62,7 +62,7 @@ func TestRun4(t *testing.T) {
Diff: big.NewInt(256),
})
var ret []byte
ret, e = callerClosure.Call(vm, nil, nil)
ret, _, e = callerClosure.Call(vm, nil, nil)
if e != nil {
fmt.Println("error", e)
}