mirror of
https://github.com/google/googletest.git
synced 2025-11-30 16:17:28 -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