Commit 08b323f7 authored by Gennadiy Civil's avatar Gennadiy Civil
Browse files

Reverting some changes, need to make the merge compile

parent 9195571c
...@@ -709,7 +709,7 @@ class GTEST_API_ TestInfo { ...@@ -709,7 +709,7 @@ class GTEST_API_ TestInfo {
bool is_reportable() const { bool is_reportable() const {
// The XML report includes tests matching the filter. // The XML report includes tests matching the filter.
// In the future, we may trim tests that are excluded because of // In the future, we may trim tests that are excluded because of
- // sharding. // sharding.
return matches_filter_; return matches_filter_;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment