summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/gtest.h
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-01-15 22:36:45 (GMT)
committerGennadiy Civil <misterg@google.com>2018-01-15 22:36:45 (GMT)
commit6d04de7419a722e382c0445db88a7f749f6087d6 (patch)
tree2d199a063900d53ab07030c3c75ef4b5cd2ac17c /googletest/include/gtest/gtest.h
parentb9e297838daa46cbfc8cfef58fe4c4c3cc8c0d68 (diff)
downloadgoogletest-6d04de7419a722e382c0445db88a7f749f6087d6.zip
googletest-6d04de7419a722e382c0445db88a7f749f6087d6.tar.gz
googletest-6d04de7419a722e382c0445db88a7f749f6087d6.tar.bz2
Reverting some changes, need to make the merge compile
Diffstat (limited to 'googletest/include/gtest/gtest.h')
-rw-r--r--googletest/include/gtest/gtest.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/googletest/include/gtest/gtest.h b/googletest/include/gtest/gtest.h
index 3eeaf6f..8326fa5 100644
--- a/googletest/include/gtest/gtest.h
+++ b/googletest/include/gtest/gtest.h
@@ -773,7 +773,6 @@ class GTEST_API_ TestInfo {
bool is_disabled_; // True iff this test is disabled
bool matches_filter_; // True if this test matches the
// user-specified filter.
- bool is_in_another_shard_; // Will be run in another shard.
internal::TestFactoryBase* const factory_; // The factory that creates
// the test object