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
Currently some tests use FAIL and SUCCEED to indicate failure ore success without assertion. According to gtest.h, GTEST_FAIL and GTEST_SUCCEED should be used to avoid clashes due to the generic names.