Commit 1e7d530b 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=mcasas@chromium.org

Bug: 1023677
Change-Id: Iaa163d01189aba67fadcf2b14bfcadd622283228
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1927048
Auto-Submit: Ilia Samsonov <isamsonov@google.com>
Reviewed-by: default avatarMiguel Casas <mcasas@chromium.org>
Commit-Queue: Miguel Casas <mcasas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#718633}
parent 7be0aa98
......@@ -233,7 +233,7 @@ TEST_F(CanvasCaptureHandlerTest, CheckNeedsNewFrame) {
}
INSTANTIATE_TEST_SUITE_P(
,
All,
CanvasCaptureHandlerTest,
::testing::Combine(::testing::Bool(),
::testing::Values(kTestCanvasCaptureFrameEvenSize,
......
......@@ -192,7 +192,7 @@ TEST_P(HTMLVideoElementCapturerSourceTest, GetFormatsAndStartAndStop) {
Mock::VerifyAndClearExpectations(this);
}
INSTANTIATE_TEST_SUITE_P(,
INSTANTIATE_TEST_SUITE_P(All,
HTMLVideoElementCapturerSourceTest,
::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