"tests/cupy_tests/test_ndim.py" did not exist on "93bf084b3332e0d58c118590cc1722af6c810a8e"
  • Abseil Team's avatar
    Googletest export · 48ec6409
    Abseil Team authored
    Fix DoAll to work with move-only sink arguments.
    
    This changes types of the first n - 1 actions so that they only get a readonly
    view of the arguments. The last action will accept move only objects.
    
    PiperOrigin-RevId: 324600664
    48ec6409
gmock-actions.h 56.7 KB