Commit 67824c0b 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=mpawlowski@opera.com

Bug: 1023677
Change-Id: I76203f21c6974634ca44651e792dd1b732f32fff
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926792
Auto-Submit: Ilia Samsonov <isamsonov@google.com>
Reviewed-by: default avatarAlbert J. Wong <ajwong@chromium.org>
Commit-Queue: Albert J. Wong <ajwong@chromium.org>
Cr-Commit-Position: refs/heads/master@{#719280}
parent 29fbb051
......@@ -45,7 +45,7 @@ TEST_P(IdTypeSpecificValueTest, UnsafeValueRoundtrips) {
EXPECT_EQ(original_value, final_value);
}
INSTANTIATE_TEST_SUITE_P(,
INSTANTIATE_TEST_SUITE_P(All,
IdTypeSpecificValueTest,
::testing::Values(std::numeric_limits<int>::min(),
-1,
......
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