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
Ignore removed entries in CHANGED_FROM_STATIC (#6240)
The check fails if the `after` state is null. This cases only happens
when the entry has been removed entirely, instead of only changed from
static to non-static.
There are other tests that look for those changes, so it's safe to
ignore it from the CHANGED_FROM_STATIC check.
0 commit comments