aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-01-15 18:16:11 -0500
committerGennadiy Civil <misterg@google.com>2018-01-15 18:16:11 -0500
commit08b323f717eace078d3b2e3d9e29e1df5db6f293 (patch)
treefaee36ddeb305750643b0896aabc004891181d06
parent9195571c6952dc4c8b6059fc6c15157a1e50f623 (diff)
downloadgoogletest-08b323f717eace078d3b2e3d9e29e1df5db6f293.tar.gz
googletest-08b323f717eace078d3b2e3d9e29e1df5db6f293.tar.bz2
googletest-08b323f717eace078d3b2e3d9e29e1df5db6f293.zip
Reverting some changes, need to make the merge compile
-rw-r--r--googletest/include/gtest/gtest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/include/gtest/gtest.h b/googletest/include/gtest/gtest.h
index c6efae50..c4444cf6 100644
--- a/googletest/include/gtest/gtest.h
+++ b/googletest/include/gtest/gtest.h
@@ -709,7 +709,7 @@ class GTEST_API_ TestInfo {
bool is_reportable() const {
// The XML report includes tests matching the filter.
// In the future, we may trim tests that are excluded because of
- - // sharding.
+ // sharding.
return matches_filter_;
}