Commit 928afa24 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=grt@chromium.org

Bug: 1023677
Change-Id: Iecb73bedae1c12c720687ff4bdd43cad7787409b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926910
Auto-Submit: Ilia Samsonov <isamsonov@google.com>
Reviewed-by: default avatarGreg Thompson <grt@chromium.org>
Commit-Queue: Greg Thompson <grt@chromium.org>
Cr-Commit-Position: refs/heads/master@{#717556}
parent 4b437899
...@@ -180,7 +180,7 @@ TEST_P(ButtonLayoutTest, Layout) { ...@@ -180,7 +180,7 @@ TEST_P(ButtonLayoutTest, Layout) {
// Test all combinations of one or two buttons at many sizes. // Test all combinations of one or two buttons at many sizes.
INSTANTIATE_TEST_SUITE_P( INSTANTIATE_TEST_SUITE_P(
, All,
ButtonLayoutTest, ButtonLayoutTest,
::testing::Combine(::testing::Values(ButtonLayoutTest::kNarrowButtonMin, ::testing::Combine(::testing::Values(ButtonLayoutTest::kNarrowButtonMin,
ButtonLayoutTest::kNarrowButtonMid, ButtonLayoutTest::kNarrowButtonMid,
......
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