Commit 38b24c32 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: I20f0bf799ee87047605bb384db6483025a817dd5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926863
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@{#718630}
parent 4a84d39e
...@@ -314,6 +314,6 @@ const TestParams kTestCases[] = { ...@@ -314,6 +314,6 @@ const TestParams kTestCases[] = {
{kCodecVP8, kCodecPCM, 1, 1}, {kCodecVP8, kCodecPCM, 1, 1},
}; };
INSTANTIATE_TEST_SUITE_P(, WebmMuxerTest, ValuesIn(kTestCases)); INSTANTIATE_TEST_SUITE_P(All, WebmMuxerTest, ValuesIn(kTestCases));
} // namespace media } // namespace media
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