Commit 40011dfc authored by Ilia Samsonov's avatar Ilia Samsonov Committed by Commit Bot

Add prefix to empty param tests.

googletest will no longer support empty prefix
for parameterized INSTANTIATE_TEST_SUITE_P.
Adding "All" prefix to existing empty prefix test suites.

This CL was uploaded by git cl split.

R=pbos@chromium.org

Bug: 1023677
Change-Id: I687a0ed3cd2ed53cad499bbdbd747404aedd04e1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925729
Auto-Submit: Ilia Samsonov <isamsonov@google.com>
Reviewed-by: default avatarPeter Boström <pbos@chromium.org>
Commit-Queue: Peter Boström <pbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720688}
parent a6e1a7f1
......@@ -77,7 +77,7 @@ InkDropType InkDropTest::GetInkDropType() const {
// Note: First argument is optional and intentionally left blank.
// (it's a prefix for the generated test cases)
INSTANTIATE_TEST_SUITE_P(,
INSTANTIATE_TEST_SUITE_P(All,
InkDropTest,
testing::Values(INK_DROP_STUB, INK_DROP_IMPL));
......
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