Merge pull request #3118 from vinsonlee:initialize-TestInfo-is_in_another_shard_
PiperOrigin-RevId: 342731771
This commit is contained in:
commit
36d8eb5320
@ -2724,6 +2724,7 @@ TestInfo::TestInfo(const std::string& a_test_suite_name,
|
|||||||
should_run_(false),
|
should_run_(false),
|
||||||
is_disabled_(false),
|
is_disabled_(false),
|
||||||
matches_filter_(false),
|
matches_filter_(false),
|
||||||
|
is_in_another_shard_(false),
|
||||||
factory_(factory),
|
factory_(factory),
|
||||||
result_() {}
|
result_() {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user