Commit c6c84a6e 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=drott@chromium.org

Bug: 1023677
Change-Id: I6bd105c97a1d0a6e0c9071cd172d7fcf24073b68
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926883
Auto-Submit: Ilia Samsonov <isamsonov@google.com>
Reviewed-by: default avatarDominik Röttsches <drott@chromium.org>
Commit-Queue: Dominik Röttsches <drott@chromium.org>
Cr-Commit-Position: refs/heads/master@{#717635}
parent 1040695b
...@@ -132,7 +132,7 @@ TEST_P(DWriteFontLookupTableBuilderTimeoutTest, TestTimeout) { ...@@ -132,7 +132,7 @@ TEST_P(DWriteFontLookupTableBuilderTimeoutTest, TestTimeout) {
} }
INSTANTIATE_TEST_SUITE_P( INSTANTIATE_TEST_SUITE_P(
, All,
DWriteFontLookupTableBuilderTimeoutTest, DWriteFontLookupTableBuilderTimeoutTest,
::testing::Values( ::testing::Values(
DWriteFontLookupTableBuilder::SlowDownMode::kDelayEachTask, DWriteFontLookupTableBuilder::SlowDownMode::kDelayEachTask,
......
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