Skip to content

Commit

Permalink
fix gtest latest version check
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Oct 15, 2022
1 parent d97d936 commit 77acc53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/gtest/iutest_gmock_ver.hpp
Expand Up @@ -26,7 +26,7 @@

//!< Minor Version
#ifndef GMOCK_MINORVER
# if defined(GOOGLETEST_INCLUDE_GTEST_GTEST_ASSERTION_RESULT_H_)
# if defined(GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_FUNCTION_MOCKER_H_)
# define GMOCK_MINORVER 0x12
# define GMOCK_LATEST 1
# elif defined(GTEST_FLAG_GET)
Expand Down
2 changes: 1 addition & 1 deletion include/gtest/iutest_gtest_ver.hpp
Expand Up @@ -27,7 +27,7 @@

//!< Minor Version
#ifndef GTEST_MINORVER
# if defined(GOOGLETEST_INCLUDE_GTEST_GTEST_ASSERTION_RESULT_H_)
# if defined(GTEST_HAVE_ATTRIBUTE_)
# define GTEST_MINORVER 0x12
# define GTEST_LATEST 1
# elif defined(GTEST_FLAG_GET)
Expand Down

0 comments on commit 77acc53

Please sign in to comment.