summaryrefslogtreecommitdiffstats
path: root/googlemock/include/gmock/gmock-generated-actions.h.pump
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-08-14 15:08:35 (GMT)
committerGennadiy Civil <misterg@google.com>2018-08-14 15:08:35 (GMT)
commitf225735222b522abcb8286a654e71090403b75a1 (patch)
treee76974b1b0a31c50bdd3ded83e9b0939012900fd /googlemock/include/gmock/gmock-generated-actions.h.pump
parent15ef6ec064d8f4c3c674ea0135caa9d1d5b1c61c (diff)
downloadgoogletest-f225735222b522abcb8286a654e71090403b75a1.zip
googletest-f225735222b522abcb8286a654e71090403b75a1.tar.gz
googletest-f225735222b522abcb8286a654e71090403b75a1.tar.bz2
Code formatting changes, clean up, no functionality changesrefs/pull/1738/head
Diffstat (limited to 'googlemock/include/gmock/gmock-generated-actions.h.pump')
-rw-r--r--googlemock/include/gmock/gmock-generated-actions.h.pump3
1 files changed, 1 insertions, 2 deletions
diff --git a/googlemock/include/gmock/gmock-generated-actions.h.pump b/googlemock/include/gmock/gmock-generated-actions.h.pump
index 4ec6679..9db68d9 100644
--- a/googlemock/include/gmock/gmock-generated-actions.h.pump
+++ b/googlemock/include/gmock/gmock-generated-actions.h.pump
@@ -88,8 +88,7 @@ $if i <= max_callback_arity [[
return callback->Run($gets);
}
]] $else [[
- // There is no InvokeCallback() for $i-tuples, as google3 callbacks
- // support $max_callback_arity arguments at most.
+ // There is no InvokeCallback() for $i-tuples
]]
};