lang: Remove unnecessary log package

This commit is contained in:
James Shubin
2019-02-06 09:03:49 -05:00
parent 749038c76d
commit 1247c789aa
6 changed files with 23 additions and 38 deletions

View File

@@ -778,7 +778,7 @@ func TestUnification1(t *testing.T) {
t.Logf("\n\ntest #%d: AST (before): %+v\n", index, ast)
data := &interfaces.Data{
Debug: true,
Debug: testing.Verbose(), // set via the -test.v flag to `go test`
Logf: func(format string, v ...interface{}) {
t.Logf(fmt.Sprintf("test #%d", index)+": ast: "+format, v...)
},