Update OEMCrypto unit test date

This corresponds to the release date of v18.4

Merged from https://widevine-internal-review.googlesource.com/184139

Change-Id: I5e2714822932c52a82bd1f287111c11a4001f985
This commit is contained in:
Fred Gylys-Colwell
2023-09-07 13:55:41 -07:00
committed by Robert Shih
parent b99d1213df
commit fd28f10559

View File

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