зеркало из https://github.com/microsoft/mso.git
Update to latest googletest package and fix local tests (#55)
Co-authored-by: Sid Dahiya <sidahiy@microsoft.com>
This commit is contained in:
Родитель
123d8c9654
Коммит
35848c62cc
|
@ -14,7 +14,7 @@ if(MSO_ENABLE_UNIT_TESTS)
|
|||
FetchContent_Declare(
|
||||
googletest
|
||||
GIT_REPOSITORY https://github.com/google/googletest.git
|
||||
GIT_TAG 2fe3bd994b3189899d93f1d5a881e725e046fdc2
|
||||
GIT_TAG 7eae8de0da5774fa08ce350d9d470901b76b2834
|
||||
GIT_SHALLOW 1
|
||||
GIT_PROGRESS 1
|
||||
)
|
||||
|
|
|
@ -101,7 +101,7 @@ inline void AreEqualAt(
|
|||
GTEST_ASSERT_AT_(
|
||||
file,
|
||||
line,
|
||||
::testing::internal::EqHelper<GTEST_IS_NULL_LITERAL_(expected)>::Compare(
|
||||
::testing::internal::EqHelper::Compare(
|
||||
expectedExpr, actualExpr, expected, actual),
|
||||
GTEST_FATAL_FAILURE_AT_)
|
||||
<< FormatCustomMsg(line, message);
|
||||
|
@ -125,7 +125,7 @@ void AreEqualAt(
|
|||
GTEST_ASSERT_AT_(
|
||||
file,
|
||||
line,
|
||||
::testing::internal::EqHelper<GTEST_IS_NULL_LITERAL_(expected)>::Compare(
|
||||
::testing::internal::EqHelper::Compare(
|
||||
expectedExpr, actualExpr, expected, actual),
|
||||
GTEST_FATAL_FAILURE_AT_)
|
||||
<< FormatCustomMsg(line, message);
|
||||
|
|
Загрузка…
Ссылка в новой задаче