aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/test/gmock-actions_test.cc
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-08-14 14:24:01 -0700
committerGitHub <noreply@github.com>2018-08-14 14:24:01 -0700
commit587ceaeaee6c2ccb5e565858d7fe12aaf69795e6 (patch)
tree8ff09c590425eb6c930cad693d39641efcc7a1b0 /googlemock/test/gmock-actions_test.cc
parent3306848f697568aacf4bcca330f6bdd5ce671899 (diff)
parentf0e4c411ca08f01068162483e92810001b178a60 (diff)
downloadgoogletest-587ceaeaee6c2ccb5e565858d7fe12aaf69795e6.tar.gz
googletest-587ceaeaee6c2ccb5e565858d7fe12aaf69795e6.tar.bz2
googletest-587ceaeaee6c2ccb5e565858d7fe12aaf69795e6.zip
Merge pull request #1741 from gennadiycivil/master
Comments changes, no functionality changes.
Diffstat (limited to 'googlemock/test/gmock-actions_test.cc')
-rw-r--r--googlemock/test/gmock-actions_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/test/gmock-actions_test.cc b/googlemock/test/gmock-actions_test.cc
index e216fe2a..06e29a1e 100644
--- a/googlemock/test/gmock-actions_test.cc
+++ b/googlemock/test/gmock-actions_test.cc
@@ -1343,7 +1343,7 @@ TEST(FunctorActionTest, UnusedArguments) {
}
// Test that basic built-in actions work with move-only arguments.
-// TODO(rburny): Currently, almost all ActionInterface-based actions will not
+// FIXME: Currently, almost all ActionInterface-based actions will not
// work, even if they only try to use other, copyable arguments. Implement them
// if necessary (but note that DoAll cannot work on non-copyable types anyway -
// so maybe it's better to make users use lambdas instead.