mirror of
https://github.com/google/googletest.git
synced 2025-04-17 02:34:39 +00:00
Initialize TestInfo member is_in_another_shard_ in constructor.
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
This commit is contained in:
parent
9dce5e5d87
commit
341429be36
1 changed files with 1 additions and 0 deletions
|
@ -2724,6 +2724,7 @@ TestInfo::TestInfo(const std::string& a_test_suite_name,
|
|||
should_run_(false),
|
||||
is_disabled_(false),
|
||||
matches_filter_(false),
|
||||
is_in_another_shard_(false),
|
||||
factory_(factory),
|
||||
result_() {}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue