"vscode:/vscode.git/clone" did not exist on "47f819c3ca54fb602f432904443e00a0a1fe2f42"
Commit 36d8eb53 authored by Derek Mauro's avatar Derek Mauro
Browse files

Merge pull request #3118 from vinsonlee:initialize-TestInfo-is_in_another_shard_

PiperOrigin-RevId: 342731771
parents 9dce5e5d 341429be
......@@ -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_() {}
......
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