diff --git a/lang/unification_test.go b/lang/unification_test.go index 599b21ee..cc5d8328 100644 --- a/lang/unification_test.go +++ b/lang/unification_test.go @@ -732,6 +732,10 @@ func TestUnification1(t *testing.T) { return } + if fail && err != nil { + t.Logf("test #%d: err: %+v", index, err) + } + if expect == nil { // test done early return }