[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. Review-Url: https://codereview.chromium.org/2582263003 Cr-Commit-Position: refs/heads/master@{#439507}
Showing
Please register or sign in to comment