diff --git a/lang/interpret_test.go b/lang/interpret_test.go index c76c3233..8c9d6434 100644 --- a/lang/interpret_test.go +++ b/lang/interpret_test.go @@ -1731,6 +1731,10 @@ func TestAstFunc2(t *testing.T) { t.Logf("test #%d: edge(%+v): %+v -> %+v", index, e, v1, v2) } } + + if !t.Failed() { + t.Logf("test #%d: Passed!", index) + } }) } if testing.Short() {