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
From https://google.github.io/googletest/gmock_for_dummies.html#using-mocks-in-tests:
> Important note: gMock requires expectations to be set before the mock functions are called, otherwise the behavior is undefined. Do not alternate between calls to EXPECT_CALL() and calls to the mock functions, and do not set any expectations on a mock after passing the mock to an API.
This is the last (currently known) TSAN error in mozc :)
PiperOrigin-RevId: 731217246
0 commit comments