Reverting some changes, need to make the merge compile

This commit is contained in:
Gennadiy Civil 2018-01-15 18:16:11 -05:00
parent 9195571c69
commit 08b323f717

View File

@ -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_;
}