Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
341429be
Commit
341429be
authored
Nov 13, 2020
by
Vinson Lee
Browse files
Initialize TestInfo member is_in_another_shard_ in constructor.
Signed-off-by:
Vinson Lee
<
vlee@freedesktop.org
>
parent
9dce5e5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
googletest/src/gtest.cc
googletest/src/gtest.cc
+1
-0
No files found.
googletest/src/gtest.cc
View file @
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_
()
{}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment