summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorvladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2010-05-31 23:30:01 +0000
committervladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2010-05-31 23:30:01 +0000
commite974309f2322ed19a0239e6247d806c156e00986 (patch)
tree84f4c943216b5a9a70bda5efc88651a21d485531 /samples
parent13eda01416bd48424a92dd02aa85857b7340353f (diff)
downloadgtest-e974309f2322ed19a0239e6247d806c156e00986.tar.gz
gtest-e974309f2322ed19a0239e6247d806c156e00986.tar.bz2
gtest-e974309f2322ed19a0239e6247d806c156e00986.tar.xz
Fixes a wrong comment for OnTestPartResult().
git-svn-id: http://googletest.googlecode.com/svn/trunk@439 861a406c-534a-0410-8894-cb66d6ee9925
Diffstat (limited to 'samples')
-rw-r--r--samples/sample9_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/sample9_unittest.cc b/samples/sample9_unittest.cc
index d828ef4..3772630 100644
--- a/samples/sample9_unittest.cc
+++ b/samples/sample9_unittest.cc
@@ -69,7 +69,7 @@ class TersePrinter : public EmptyTestEventListener {
fflush(stdout);
}
- // Called after a failed assertion or a SUCCESS().
+ // Called after a failed assertion or a SUCCEED() invocation.
virtual void OnTestPartResult(const TestPartResult& test_part_result) {
fprintf(stdout,
"%s in %s:%d\n%s\n",