Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7667e4b authored by Ken Chen's avatar Ken Chen Committed by Gerrit Code Review
Browse files

Merge "[Test][CleanUp] Delete unused code" into main

parents 9504c685 e6039cf1
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -630,9 +630,6 @@ class ResolvCacheParameterizedTest : public ResolvCacheTest,
INSTANTIATE_TEST_SUITE_P(MaxCacheEntries, ResolvCacheParameterizedTest,
                         testing::Values(MAX_ENTRIES_LOWER_BOUND - 1, MAX_ENTRIES_UPPER_BOUND + 1),
                         [](const testing::TestParamInfo<int>& info) {
                             if (info.param < 0) {  // '-' is an invalid character in test name
                                 return "negative_" + std::to_string(abs(info.param));
                             }
                             return std::to_string(info.param);
                         });