Update "tests last updated" date

Change-Id: Ibe9edd6f66137c8d414b24aedf366e1d0f61bc7e
This commit is contained in:
Matt Feddersen
2023-12-14 13:50:50 -08:00
committed by Robert Shih
parent 8c4978e5a3
commit fc361dd566

View File

@@ -180,7 +180,7 @@ TEST_F(OEMCryptoClientTest, FreeUnallocatedSecureBufferNoFailure) {
*/
TEST_F(OEMCryptoClientTest, VersionNumber) {
const std::string log_message =
"OEMCrypto unit tests for API 19.0. Tests last updated 2023-08-01";
"OEMCrypto unit tests for API 19.0. Tests last updated 2023-12-14";
cout << " " << log_message << "\n";
cout << " "
<< "These tests are part of Android U."