Commit beabaf9d 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=mpearson@chromium.org

Bug: 1023677
Change-Id: I20d5e41c5adc458b0528d668157687d5bf9e758a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925744
Auto-Submit: Ilia Samsonov <isamsonov@google.com>
Reviewed-by: default avatarMark Pearson <mpearson@chromium.org>
Commit-Queue: Mark Pearson <mpearson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720546}
parent c43c91e1
......@@ -297,7 +297,7 @@ TEST_P(ResourceRequestAllowedNotifierTest, NoRequestNoNotifyEula) {
}
INSTANTIATE_TEST_SUITE_P(
,
All,
ResourceRequestAllowedNotifierTest,
testing::Values(ConnectionTrackerResponseMode::kSynchronous,
ConnectionTrackerResponseMode::kAsynchronous));
......
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