Update date in oemcrypto tests

Update the date in the log string so we know when the tests were
published.
This commit is contained in:
Fred Gylys-Colwell
2021-08-05 03:16:45 +00:00
parent 8aeb9e81a0
commit 3def45f33d

View File

@@ -240,7 +240,7 @@ TEST_F(OEMCryptoClientTest, FreeUnallocatedSecureBufferNoFailure) {
*/
TEST_F(OEMCryptoClientTest, VersionNumber) {
const std::string log_message =
"OEMCrypto unit tests for API 16.3 or 4. Tests last updated 2021-02-22";
"OEMCrypto unit tests for API 16.3 or 4. Tests last updated 2021-08-05";
cout << " " << log_message << "\n";
cout << " "
<< "These tests are part of Android S."