Always pass arguments to INSTANTIATE_TEST_SUITE_P.

Passing an empty arg is working at the moment but it is not
guaranteed to continue to work in the future.

Bug: None
Change-Id: I975bc8779bac9700854de411301415338dcaf9f6
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/154820
Reviewed-by: Stefan Holmer <stefan@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29343}
This commit is contained in:
Mirko Bonadei 2019-09-29 10:19:42 +02:00 committed by Commit Bot
parent 45b176fc22
commit 09f119598e
3 changed files with 3 additions and 3 deletions

View File

@ -349,7 +349,7 @@ TEST_P(SpsVuiRewriterTest, RewriteVui) {
}
INSTANTIATE_TEST_SUITE_P(
,
All,
SpsVuiRewriterTest,
::testing::Values(
std::make_tuple(kVuiNoFrameBuffering,

View File

@ -3450,7 +3450,7 @@ TEST_P(Vp9SettingsTestWithFieldTrial, VerifyCodecSettings) {
}
INSTANTIATE_TEST_SUITE_P(
,
All,
Vp9SettingsTestWithFieldTrial,
::testing::Values(
std::make_tuple("", 1, 1, webrtc::InterLayerPredMode::kOnKeyPic),

View File

@ -105,7 +105,7 @@ TEST_P(QualityLimitationReasonTrackerTestWithParamReason,
}
INSTANTIATE_TEST_SUITE_P(
,
All,
QualityLimitationReasonTrackerTestWithParamReason,
::testing::Values(QualityLimitationReason::kNone, // "/0"
QualityLimitationReason::kCpu, // "/1"