Fix test/gtest bugs caught by latest macOS clang

This commit is contained in:
kozyilmaz
2017-12-21 12:35:16 +03:00
parent 1683c2d5bf
commit bf69507cb5
2 changed files with 10 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ static bool ThreadSafeMessageBox(MockUIInterface *mock,
const std::string& caption,
unsigned int style)
{
mock->ThreadSafeMessageBox(message, caption, style);
return mock->ThreadSafeMessageBox(message, caption, style);
}
class DeprecationTest : public ::testing::Test {