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
Previously, the test only checks for the absence of certain panic
symbols, but having no symbols was also a possible albeit vacuous way to
satisfy this assertion.
Fix this by checking we at least observe the `main` symbol which is
always expected to be present.
0 commit comments