mirror of
https://github.com/google/googletest.git
synced 2025-11-30 08:07:27 -05:00
Replace uses of ACTION_TEMPLATE and ACTION_P with manually written functors. The latter provide better error diagnostics. This fixes https://github.com/google/googletest/issues/2729. PiperOrigin-RevId: 328573022