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

Commit a959f364 authored by Guillaume Chelfi's avatar Guillaume Chelfi
Browse files

Fix overlooked reference during refactoring

The refactoring happened in change
Icda34e3eb4d4ccb9f4564e23a61bd71323ca9bb3.

Bug: 173570056
Test: atest VtsHalTetheroffloadControlV1_0TargetTest
Change-Id: I596fbf9678564f0f38e0c1de32df8903a59334a4
parent 86a584b2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -469,7 +469,7 @@ TEST_P(OffloadControlTestV1_0_HalStarted, RemoveDownstreamBogusPrefixFails) {
    }
}

GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(OffloadControlHidlTestBase);
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(OffloadControlTestV1_0_HalNotStarted);
INSTANTIATE_TEST_CASE_P(
        PerInstance, OffloadControlTestV1_0_HalNotStarted,
        testing::Combine(testing::ValuesIn(android::hardware::getAllHalInstanceNames(
@@ -478,7 +478,7 @@ INSTANTIATE_TEST_CASE_P(
                                 IOffloadControl::descriptor))),
        android::hardware::PrintInstanceTupleNameToString<>);

GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(OffloadControlHidlTest);
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(OffloadControlTestV1_0_HalStarted);
INSTANTIATE_TEST_CASE_P(
        PerInstance, OffloadControlTestV1_0_HalStarted,
        testing::Combine(testing::ValuesIn(android::hardware::getAllHalInstanceNames(