Updated opcodes ... again

This commit is contained in:
obscuren
2014-02-24 12:11:42 +01:00
parent 1a98bbf1c8
commit 5971c82094
2 changed files with 53 additions and 53 deletions

View File

@ -1,5 +1,6 @@
package ethutil
/*
import (
"math"
"testing"
@ -19,14 +20,13 @@ func TestCompile(t *testing.T) {
}
func TestValidInstr(t *testing.T) {
/*
op, args, err := Instr("68163")
if err != nil {
t.Error("Error decoding instruction")
}
*/
}
func TestInvalidInstr(t *testing.T) {
}
*/