Commit 1c5743cf 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=shivanisha@chromium.org

Bug: 1023677
Change-Id: I4ecb846b64a36236013f36b7d16a663c134f3412
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1955082
Auto-Submit: Ilia Samsonov <isamsonov@google.com>
Reviewed-by: default avatarShivani Sharma <shivanisha@chromium.org>
Commit-Queue: Ilia Samsonov <isamsonov@google.com>
Cr-Commit-Position: refs/heads/master@{#726545}
parent d390f3b5
......@@ -208,7 +208,7 @@ TEST_P(HttpCacheLookupManagerTest_NetworkIsolationKey, ServerPushCacheStatus) {
}
INSTANTIATE_TEST_SUITE_P(
/* no prefix */,
All,
HttpCacheLookupManagerTest_NetworkIsolationKey,
::testing::Bool());
......
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