diff --git a/block_test.go b/block_test.go index bf02f5f..9321a41 100644 --- a/block_test.go +++ b/block_test.go @@ -31,7 +31,7 @@ func doTestsBlock(t *testing.T, tests []string, extensions int) { var candidate string defer func() { if err := recover(); err != nil { - t.Errorf("\npanic while processing [%#v]\n", candidate) + t.Errorf("\npanic while processing [%#v]: %s\n", candidate, err) } }()