diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2021-04-03 03:06:39 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2021-04-03 03:06:39 +0000 |
commit | e58dfd999e19e6661e24260b1f7f1d276133cb22 (patch) | |
tree | 8bb59bf270f47ef887ed46baf958dd21c8130162 /security/secureclock/aidl/vts/functional/SecureClockAidlTest.cpp | |
parent | 39b1cd4e7560aaa826c8f8220f365eb5494d5f45 (diff) | |
parent | 098b1e4e506ede16710c3b8f003ad0be62969e8c (diff) |
Snap for 7256110 from 098b1e4e506ede16710c3b8f003ad0be62969e8c to sc-release
Change-Id: Iecfcd27d50c7b6bdb5d8eb8ac984746c24eb8b98
Diffstat (limited to 'security/secureclock/aidl/vts/functional/SecureClockAidlTest.cpp')
-rw-r--r-- | security/secureclock/aidl/vts/functional/SecureClockAidlTest.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/secureclock/aidl/vts/functional/SecureClockAidlTest.cpp b/security/secureclock/aidl/vts/functional/SecureClockAidlTest.cpp index 9ca1ee8af1..31f4854e8e 100644 --- a/security/secureclock/aidl/vts/functional/SecureClockAidlTest.cpp +++ b/security/secureclock/aidl/vts/functional/SecureClockAidlTest.cpp @@ -185,9 +185,11 @@ TEST_P(SecureClockAidlTest, MacChangesOnChangingTimestamp) { INSTANTIATE_TEST_SUITE_P(PerInstance, SecureClockAidlTest, testing::ValuesIn(SecureClockAidlTest::build_params()), ::android::PrintInstanceNameToString); +GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(SecureClockAidlTest); + } // namespace aidl::android::hardware::security::secureclock::test int main(int argc, char** argv) { ::testing::InitGoogleTest(&argc, argv); return RUN_ALL_TESTS(); -}
\ No newline at end of file +} |