Commit 6dd4aedf 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=msarda@chromium.org

Bug: 1023677
Change-Id: Id20e94399700bb14d990b625f7703636035f2a26
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925460
Auto-Submit: Ilia Samsonov <isamsonov@google.com>
Reviewed-by: default avatarMihai Sardarescu <msarda@chromium.org>
Commit-Queue: Ilia Samsonov <isamsonov@google.com>
Cr-Commit-Position: refs/heads/master@{#717696}
parent 483cf732
......@@ -146,7 +146,7 @@ TEST_P(AccountReconcilorDelegateTest, ReorderChromeAccountsForReconcile) {
GaiaAccountsFromString(order_as_string)));
}
INSTANTIATE_TEST_SUITE_P(,
INSTANTIATE_TEST_SUITE_P(All,
AccountReconcilorDelegateTest,
::testing::ValuesIn(kReorderParams));
......
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