Commit 63b6b608 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=falken@chromium.org

Bug: 1023677
Change-Id: I45cdc2bf680f2afd0ea5dfc8b2411bb20593b831
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1924801
Auto-Submit: Ilia Samsonov <isamsonov@google.com>
Reviewed-by: default avatarMatt Falkenhagen <falken@chromium.org>
Commit-Queue: Matt Falkenhagen <falken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#717557}
parent 928afa24
......@@ -222,6 +222,6 @@ IN_PROC_BROWSER_TEST_P(
}
// Toggle Site Isolation.
INSTANTIATE_TEST_SUITE_P(, ServiceWorkerProcessBrowserTest, testing::Bool());
INSTANTIATE_TEST_SUITE_P(All, ServiceWorkerProcessBrowserTest, testing::Bool());
} // namespace content
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