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 running cc_test on a project that specifies stricter compiler arguments such as -Werror=suggest-override, cc_test will fail as it uses unittest-pp which fails to compile with that flag.