add image to compiler tests

This commit is contained in:
Brad Rydzewski
2019-10-23 10:51:04 -07:00
parent 09f19e5b99
commit 5dc0de0e14
16 changed files with 54 additions and 1184 deletions

View File

@@ -197,7 +197,6 @@ func testCompile(t *testing.T, source, golden string) *engine.Spec {
}
if diff := cmp.Diff(got, want, opts...); len(diff) != 0 {
t.Errorf(diff)
dump(got)
}
return got