Description[Android] Fix empty gtest test name parsing.
Last week, a CL landed that contained a gtest with an empty test name,
e.g.
TEST(FooTest, )
This broke our gtest-list-tests parsing logic because it saw this:
FooTest.
testBar
and incorrectly handled the line containing only spaces. This patch
fixes the handling of that case.
Committed: https://crrev.com/ef60bcc9540eaad70582a14267ba0d7998f9fd87
Cr-Commit-Position: refs/heads/master@{#439507}
Patch Set 1 #
Messages
Total messages: 10 (5 generated)
|