Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes to gtest_build_tests=ON #4518

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Minor fixes to gtest_build_tests=ON #4518

wants to merge 2 commits into from

Commits on Apr 7, 2024

  1. googletest-output-test: fix RemoveTestCounts for non-golden platforms

    This seems to have been missed when renaming "test cases" -> "test suites"
    in 3a460a2.
    Presumably no such platform is regularly tested...
    puetzk committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    01f9c53 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. InitGoogleMockTest.ParsesMultipleFlags was using wchar_t

    This seems like an inadvertent copy&paste error
    duplicating WideInitGoogleMockTest.ParsesMultipleFlags
    puetzk committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a7890fc View commit details
    Browse the repository at this point in the history