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
analysistest.RunWithSuggestedFixes loops over all the files affected by fixes and checks that each one has the expected content specified by *.golden files. However, this means that if all fixes are missing, it does no work at all. It should also check that each golden file was matched at least once.