mirror of
https://github.com/google/googletest.git
synced 2025-11-30 08:07:27 -05:00
Fix the ACTION* macros to allow for more than 10 arguments in the action. Only the first 10 will be passed as individual arguments as `argN`, but the rest can be accessed from the `args` tuple. PiperOrigin-RevId: 311542098