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
Upstream's test_main.cc declares its main() function to be GTEST_API_,
thus declaring main() to be dllimport, which is not allowed. Bypass the
problem by using the main function from gtest_main.
0 commit comments