Commit 616b2d6c 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=loonybear@chromium.org

Bug: 1023677
Change-Id: I61b6638bcefb958cab0079adfc40c1378321e4a6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1927058
Auto-Submit: Ilia Samsonov <isamsonov@google.com>
Reviewed-by: default avatarRaymes Khoury <raymes@chromium.org>
Commit-Queue: Ilia Samsonov <isamsonov@google.com>
Cr-Commit-Position: refs/heads/master@{#721735}
parent b6c21cb8
...@@ -976,7 +976,7 @@ const AllowlistHistogramData FeaturePolicyAllowlistHistogramTest::kCases[] = { ...@@ -976,7 +976,7 @@ const AllowlistHistogramData FeaturePolicyAllowlistHistogramTest::kCases[] = {
FeaturePolicyAllowlistType::kOrigins}}}; FeaturePolicyAllowlistType::kOrigins}}};
INSTANTIATE_TEST_SUITE_P( INSTANTIATE_TEST_SUITE_P(
, All,
FeaturePolicyAllowlistHistogramTest, FeaturePolicyAllowlistHistogramTest,
::testing::ValuesIn(FeaturePolicyAllowlistHistogramTest::kCases), ::testing::ValuesIn(FeaturePolicyAllowlistHistogramTest::kCases),
[](const testing::TestParamInfo<AllowlistHistogramData>& param_info) { [](const testing::TestParamInfo<AllowlistHistogramData>& param_info) {
......
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