diff --git a/lang/unification_test.go b/lang/unification_test.go index 391a0056..599b21ee 100644 --- a/lang/unification_test.go +++ b/lang/unification_test.go @@ -729,6 +729,7 @@ func TestUnification1(t *testing.T) { t.Errorf("test #%d: expected fail, got wrong error", index) t.Errorf("test #%d: got error: %+v", index, err) t.Errorf("test #%d: exp error: %+v", index, experr) + return } if expect == nil { // test done early