You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a test fails report number of _failures_ not _errors_
Right now we report the number of "errors", that is compiler errors including
the expected ones, but we should instead use the test "failures", that is the
unexpected behaviors.
Also make errorCount private.
0 commit comments