stub operand checks

This commit is contained in:
Michael McLoughlin
2018-11-26 10:13:04 -08:00
parent 767b625fe8
commit bed7e7e2c2
8 changed files with 8945 additions and 1989 deletions

View File

@@ -83,9 +83,9 @@ func (g godatatest) Generate(is []inst.Instruction) ([]byte, error) {
"reflect"
"testing"
"github.com/mmcloughlin/avo/internal/inst"
"%s/internal/inst"
)
`)
`, pkg)
p.Printf("var raw = %#v\n\n", is)